fix นำเข้าข้อมูลสรรหาแล้วแจ้ง error (สอบคัดเลือกอื่นๆ) #9

This commit is contained in:
harid 2026-03-24 15:44:51 +07:00
parent caa0bccd79
commit 022b68b496
5 changed files with 3228 additions and 9 deletions

View file

@ -1296,13 +1296,13 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
b.Property<string>("ZipCode")
.IsRequired()
.HasMaxLength(5)
.HasColumnType("varchar(5)");
.HasMaxLength(10)
.HasColumnType("varchar(10)");
b.Property<string>("ZipCode1")
.IsRequired()
.HasMaxLength(5)
.HasColumnType("varchar(5)");
.HasMaxLength(10)
.HasColumnType("varchar(10)");
b.HasKey("Id");