EfCore 根据迁移记录 来生成Sql语句

dotnet ef migrations script -o migrations.sql --根据全部迁移记录 生成Sql语句

dotnet ef migrations script [起始迁移名称] [目标迁移名称] -o migrations.sql --根据指定范围迁移记录生成Sql语句(不包含起始迁移名称)

posted @ 2024-12-21 10:30  柴油飞机  阅读(2)  评论(0编辑  收藏  举报