add feature
This commit is contained in:
parent
b2abfe9e87
commit
b7fe4fc1f7
41 changed files with 2182 additions and 524 deletions
|
|
@ -605,12 +605,6 @@ namespace BMA.EHR.Recruit.Service.Migrations
|
|||
.HasColumnOrder(101)
|
||||
.HasComment("User Id ที่สร้างข้อมูล");
|
||||
|
||||
b.Property<string>("Description")
|
||||
.IsRequired()
|
||||
.HasColumnType("text")
|
||||
.HasColumnOrder(4)
|
||||
.HasComment("รายละเอียดของการสอบ");
|
||||
|
||||
b.Property<Guid>("ImportFileId")
|
||||
.HasColumnType("char(36)");
|
||||
|
||||
|
|
@ -645,18 +639,6 @@ namespace BMA.EHR.Recruit.Service.Migrations
|
|||
.HasColumnOrder(3)
|
||||
.HasComment("ครั้งที่");
|
||||
|
||||
b.Property<Guid>("OrganizationId")
|
||||
.HasColumnType("char(36)")
|
||||
.HasColumnOrder(5)
|
||||
.HasComment("รหัสหน่วยงานที่จัดสอบ");
|
||||
|
||||
b.Property<string>("OrganizationName")
|
||||
.IsRequired()
|
||||
.HasMaxLength(250)
|
||||
.HasColumnType("varchar(250)")
|
||||
.HasColumnOrder(6)
|
||||
.HasComment("หน่วยงานที่ทำการจัดสอบ");
|
||||
|
||||
b.Property<int>("Year")
|
||||
.HasColumnType("int")
|
||||
.HasColumnOrder(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue