winform codefirst 自动生成数据库 部署记录
entityframe work
Enable-Migrations
Add-Migration YourMigrationName
Update-Database
Update-Database -Force
问题1 设置每日学习量 必须和加入待背单词个数统一 不然越界报错
最少设置10个,设置个数为10的倍数
entityframe work
Enable-Migrations
Add-Migration YourMigrationName
Update-Database
Update-Database -Force
问题1 设置每日学习量 必须和加入待背单词个数统一 不然越界报错
最少设置10个,设置个数为10的倍数