添加LinkVerificationCode

This commit is contained in:
he
2026-06-17 17:33:09 +08:00
parent ddd06c8313
commit 67f17cffe0
7 changed files with 22477 additions and 3 deletions
@@ -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)