Upgrade the AliasServerDb EF model

The below command allows you to create a new EF migration based on the existing database structure as defined in the EF mode classes.

dotnet ef migrations add InitialMigration --output-dir Migrations/PostgresqlMigrations