添加LinkVerificationCode
This commit is contained in:
@@ -12711,6 +12711,11 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations
|
||||
b.Property<DateTime?>("LinkExpirationTime")
|
||||
.HasColumnType("datetime2");
|
||||
|
||||
b.Property<string>("LinkVerificationCode")
|
||||
.IsRequired()
|
||||
.HasMaxLength(400)
|
||||
.HasColumnType("nvarchar(400)");
|
||||
|
||||
b.Property<string>("MainResearchUnit")
|
||||
.IsRequired()
|
||||
.HasMaxLength(400)
|
||||
|
||||
Reference in New Issue
Block a user