摘要: 1.使用命令生成一个文件 migration5 add-migration migration5 2.把之前migration1中生成表的数据复制过来 public override void Up() { CreateTable( "dbo.User_Table", c => new { ID = 阅读全文
posted @ 2025-01-22 10:20 三石PY 阅读(22) 评论(0) 推荐(0)