Michson07/engineering-thesis-backend
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Migration:
1. Select Default Project ({module}.Database)
2. Add-Migration {migrationName} -Context {contextName}
Update db:
1. Select Default Project ({module}.Database)
2. Update-Database -Context {contextName}