修改字段类型
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user