Fix Bug นำเข้าข้อมูลสมัครสอบแข่งขัน

This commit is contained in:
Bright 2025-09-04 14:41:25 +07:00
parent 8a3df45c03
commit eec08ab7b3
6 changed files with 1802 additions and 83 deletions

View file

@ -213,6 +213,10 @@ namespace BMA.EHR.Recruit.Service.Migrations
.HasMaxLength(200)
.HasColumnType("varchar(200)");
b.Property<string>("typeTest")
.HasColumnType("longtext")
.HasComment("ประเภทการสอบภาค ก.");
b.HasKey("Id");
b.HasIndex("RecruitImportId");