This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| nebolcontroller_netcore_mssql_adjustments [2021/08/01 19:15] – nebol | nebolcontroller_netcore_mssql_adjustments [2021/08/02 03:07] (current) – nebol | ||
|---|---|---|---|
| Line 72: | Line 72: | ||
| === Create a migration === | === Create a migration === | ||
| + | < | ||
| dotnet ef migrations add InitialCreate --project MyProject.DAL | dotnet ef migrations add InitialCreate --project MyProject.DAL | ||
| + | </ | ||
| === Update the database === | === Update the database === | ||
| + | < | ||
| dotnet ef database update --project Mixer.DAL | dotnet ef database update --project Mixer.DAL | ||
| + | </ | ||
| Main project: | Main project: | ||