เพิ่มเก็บคะแนนภาค ข ค

This commit is contained in:
Kittapath 2023-04-25 03:46:57 +07:00
parent 096648cce1
commit 0273a37503
9 changed files with 1816 additions and 25 deletions

View file

@ -598,8 +598,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
.HasColumnType("longtext")
.HasComment("ประเภทอาชีพที่ทำงานมาก่อน");
b.Property<bool?>("Pass")
.HasColumnType("tinyint(1)")
b.Property<string>("Pass")
.HasColumnType("longtext")
.HasComment("ผลสมัครสอบ");
b.Property<Guid?>("PaymentImgId")
@ -608,9 +608,21 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
b.Property<Guid>("PeriodExamId")
.HasColumnType("char(36)");
b.Property<string>("Point")
b.Property<string>("PointB")
.HasColumnType("longtext")
.HasComment("คะแนน");
.HasComment("คะแนนภาค ข");
b.Property<string>("PointC")
.HasColumnType("longtext")
.HasComment("คะแนนภาค ค");
b.Property<string>("PointTotalB")
.HasColumnType("longtext")
.HasComment("คะแนนเต็มภาค ข");
b.Property<string>("PointTotalC")
.HasColumnType("longtext")
.HasComment("คะแนนเต็มภาค ค");
b.Property<Guid?>("PositionExamId")
.HasColumnType("char(36)");
@ -675,6 +687,14 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
.HasColumnType("longtext")
.HasComment("ศาสนา");
b.Property<string>("ResultB")
.HasColumnType("longtext")
.HasComment("ผลสอบภาค ข");
b.Property<string>("ResultC")
.HasColumnType("longtext")
.HasComment("ผลสอบภาค ค");
b.Property<string>("SeatNumber")
.HasColumnType("longtext")
.HasComment("เลขที่นั่งสอบ");