Entity Framework - Migrations Production (Postgres)
I'm using this approach: Create database model -> Create OnModelCreating -> dotnet ef migrations add AND dotnet ef database update
But it aint suitable for production. I need to do something on startup.
But it aint suitable for production. I need to do something on startup.

