millarrr
ef db scaffold does not scaffold tables with a postgres db using db first approach?
The database currently runs in a docker container which I can connect to and see the tables. Working on it more when I try and read or write through my .net app it fails with “relation <tablename>” does not exist”. I keep thinking it’s a connection string issue or something but I feel I’ve tried every possibility there
3 replies