You could use the Add-Migration command to scaffold a new migration to make the corresponding schema changes to the database. Once you have checked the scaffolded code (and made any
required changes), you can use the Update-Database command to apply the changes to the database.
You could use the Add-Migration command to scaffold a new migration to make the corresponding schema changes to the database. Once you have checked the scaffolded code (and made any
required changes), you can use the Update-Database command to apply the changes to the database.