เพิ่มฟิวประเภทสมัครสอบ
This commit is contained in:
parent
e830632ac6
commit
c48534e474
9 changed files with 1862 additions and 258 deletions
|
|
@ -1008,6 +1008,10 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
.HasColumnOrder(5)
|
||||
.HasComment("วันเริ่มประกาศ");
|
||||
|
||||
b.Property<string>("Category")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("สำนัก");
|
||||
|
||||
b.Property<bool>("CheckDisability")
|
||||
.HasColumnType("tinyint(1)")
|
||||
.HasComment("คนพิการ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue