Fix Bug นำเข้าข้อมูลสมัครสอบแข่งขัน
This commit is contained in:
parent
8a3df45c03
commit
eec08ab7b3
6 changed files with 1802 additions and 83 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue