7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
|
初始化
|
||
|
Add-Migration 'Initial'
|
||
|
Update-Database
|
||
|
|
||
|
更新数据库
|
||
|
Add-Migration 'AddCourse'
|
||
|
Update-Database -Verbose
|