Migrate เพิ่มฟิลด์สถานะคัดกรองคุณสมบัติ
This commit is contained in:
parent
c28a068185
commit
bb0b296086
5 changed files with 3217 additions and 10 deletions
|
|
@ -1883,6 +1883,12 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
.HasColumnOrder(101)
|
||||
.HasComment("User Id ที่สร้างข้อมูล");
|
||||
|
||||
b.Property<string>("ExamAttribute")
|
||||
.IsRequired()
|
||||
.HasMaxLength(50)
|
||||
.HasColumnType("varchar(50)")
|
||||
.HasComment("สถานะคัดกรองคุณสมบัติ");
|
||||
|
||||
b.Property<string>("ExamId")
|
||||
.IsRequired()
|
||||
.HasMaxLength(50)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue