Postgresql – .net ef migration error "no schema has been selected to create in"
I can't figure out where i made a mistake. I have 2 schemas in my db (Postgre): BooksStore and PollHub. My project should use BooksStore. I use ef code-first method to create tables in schema. So I google for two…