修改字段类型

This commit is contained in:
2026-05-28 16:49:11 +08:00
parent f6530cfb32
commit d7da7b69d4
5 changed files with 22379 additions and 4 deletions
@@ -15208,8 +15208,10 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations
.HasMaxLength(400)
.HasColumnType("nvarchar(400)");
b.Property<bool?>("NotStrictManualBurnFlagReason")
.HasColumnType("bit")
b.Property<string>("NotStrictManualBurnFlagReason")
.IsRequired()
.HasMaxLength(400)
.HasColumnType("nvarchar(400)")
.HasComment("不严格按照影像手册参数完成刻盘原因");
b.Property<string>("Phone")