เพิ่มวันประการศผลสอบ
This commit is contained in:
parent
2f01961dc5
commit
be27aa4d33
14 changed files with 1994 additions and 260 deletions
|
|
@ -1018,9 +1018,14 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
.HasComment("PrimaryKey")
|
||||
.HasAnnotation("Relational:JsonPropertyName", "id");
|
||||
|
||||
b.Property<DateTime>("AnnouncementDate")
|
||||
.HasColumnType("datetime(6)")
|
||||
.HasColumnOrder(5)
|
||||
.HasComment("วันประกาศผลสอบ");
|
||||
|
||||
b.Property<DateTime>("AnnouncementEndDate")
|
||||
.HasColumnType("datetime(6)")
|
||||
.HasColumnOrder(6)
|
||||
.HasColumnOrder(7)
|
||||
.HasComment("วันสิ้นสุดประกาศ");
|
||||
|
||||
b.Property<bool>("AnnouncementExam")
|
||||
|
|
@ -1029,7 +1034,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
|
||||
b.Property<DateTime>("AnnouncementStartDate")
|
||||
.HasColumnType("datetime(6)")
|
||||
.HasColumnOrder(5)
|
||||
.HasColumnOrder(6)
|
||||
.HasComment("วันเริ่มประกาศ");
|
||||
|
||||
b.Property<string>("Category")
|
||||
|
|
@ -1102,7 +1107,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
.IsRequired()
|
||||
.HasMaxLength(150)
|
||||
.HasColumnType("varchar(150)")
|
||||
.HasColumnOrder(7)
|
||||
.HasColumnOrder(8)
|
||||
.HasComment("ชื่อการสอบ");
|
||||
|
||||
b.Property<string>("Note")
|
||||
|
|
@ -1151,7 +1156,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
|
||||
b.Property<int?>("Round")
|
||||
.HasColumnType("int")
|
||||
.HasColumnOrder(8)
|
||||
.HasColumnOrder(9)
|
||||
.HasComment("รอบการสอบ");
|
||||
|
||||
b.Property<bool>("SetSeat")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue