แก้ฟิวประวัติทำงานสมัครสอบ

This commit is contained in:
Kittapath 2023-10-04 09:46:08 +07:00
parent 974211893a
commit 60eee3711d
9 changed files with 6161 additions and 86 deletions

View file

@ -943,7 +943,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
.HasComment("ระยะเวลาเริ่ม");
b.Property<string>("Group")
.IsRequired()
.HasColumnType("longtext")
.HasColumnOrder(4)
.HasComment("กลุ่ม/ฝ่าย");
@ -973,13 +972,11 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
.HasComment("แก้ไขข้อมูลล่าสุดเมื่อ");
b.Property<string>("Org")
.IsRequired()
.HasColumnType("longtext")
.HasColumnOrder(6)
.HasComment("สังกัด");
b.Property<string>("Pile")
.IsRequired()
.HasColumnType("longtext")
.HasColumnOrder(5)
.HasComment("กอง");
@ -996,6 +993,12 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
.HasColumnOrder(7)
.HasComment("ระยะเวลา");
b.Property<string>("Type")
.IsRequired()
.HasColumnType("longtext")
.HasColumnOrder(8)
.HasComment("ประเภท");
b.HasKey("Id");
b.HasIndex("CandidateId");