millarrr
millarrr
CC#
Created by millarrr on 1/14/2024 in #help
ef db scaffold does not scaffold tables with a postgres db using db first approach?
Im trying to use dotnet ef dbcontext scaffold <ConnectionString> on a pre existing postgres databse schema - the build 'succeeds', "<DbName>Context.cs" is created but seemingly just contains boilerplate in addition to no entity type classes being created at all. Unsure if it's important but the db is in a docker container. Anyone have any thoughts? Thanks
3 replies