修改版本
This commit is contained in:
@@ -9505,6 +9505,9 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations
|
||||
b.Property<bool>("IsSaved")
|
||||
.HasColumnType("bit");
|
||||
|
||||
b.Property<DateTime?>("SEGUpdateTime")
|
||||
.HasColumnType("datetime2");
|
||||
|
||||
b.Property<string>("SEGUrl")
|
||||
.IsRequired()
|
||||
.HasColumnType("nvarchar(max)");
|
||||
|
||||
Reference in New Issue
Block a user