chilldog
❔ EFCore migrations from existent database
and also the other big thing is just making sure you dbcontext and entities match the db, but seems like they are if you got this error.
you create the migration with dotnet ef migrations add InitCreate.
you also probably want to make a Persistence project that tracks these migrations for you
6 replies