Add Migration for Discipline Service
This commit is contained in:
parent
ff711c38df
commit
5bb6cfbee8
26 changed files with 7386 additions and 170 deletions
|
|
@ -523,12 +523,12 @@ namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
|
|||
|
||||
b.Property<string>("Comment")
|
||||
.IsRequired()
|
||||
.HasColumnType("text")
|
||||
.HasColumnType("NCLOB")
|
||||
.HasComment("หมายเหตุ");
|
||||
|
||||
b.Property<string>("Comment2")
|
||||
.IsRequired()
|
||||
.HasColumnType("text")
|
||||
.HasColumnType("NCLOB")
|
||||
.HasComment("หมายเหตุแนวนอน");
|
||||
|
||||
b.Property<DateTime>("CreatedAt")
|
||||
|
|
@ -2681,7 +2681,7 @@ namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
|
|||
.HasComment("วัน เดือน ปี");
|
||||
|
||||
b.Property<string>("Detail")
|
||||
.HasColumnType("text")
|
||||
.HasColumnType("NCLOB")
|
||||
.HasComment("รายละเอียด");
|
||||
|
||||
b.Property<string>("LastUpdateFullName")
|
||||
|
|
@ -2761,7 +2761,7 @@ namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
|
|||
.HasComment("วัน เดือน ปี");
|
||||
|
||||
b.Property<string>("Detail")
|
||||
.HasColumnType("text")
|
||||
.HasColumnType("NCLOB")
|
||||
.HasComment("รายละเอียด");
|
||||
|
||||
b.Property<string>("LastUpdateFullName")
|
||||
|
|
@ -6462,7 +6462,7 @@ namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
|
|||
|
||||
b.Property<string>("RequestNote")
|
||||
.IsRequired()
|
||||
.HasColumnType("text");
|
||||
.HasColumnType("NCLOB");
|
||||
|
||||
b.Property<string>("RequestStatus")
|
||||
.IsRequired()
|
||||
|
|
@ -6543,7 +6543,7 @@ namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
|
|||
.HasComment("แจ้งเตือน ผลการประเมินการปฏิบัติราชการในรอบ 5 ปี ต่ำกว่าระดับดี (น้อยกว่าร้อยละ 70)");
|
||||
|
||||
b.Property<string>("MatchingConditions")
|
||||
.HasColumnType("text")
|
||||
.HasColumnType("NCLOB")
|
||||
.HasComment("รายละเอียดเครื่องราชฯที่ขอ");
|
||||
|
||||
b.Property<Guid>("ProfileId")
|
||||
|
|
@ -9531,7 +9531,7 @@ namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
|
|||
|
||||
b.Property<string>("Body")
|
||||
.IsRequired()
|
||||
.HasColumnType("text")
|
||||
.HasColumnType("NCLOB")
|
||||
.HasComment("รายละเอียดข้อความ");
|
||||
|
||||
b.Property<DateTime>("CreatedAt")
|
||||
|
|
@ -9586,7 +9586,7 @@ namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
|
|||
|
||||
b.Property<string>("Payload")
|
||||
.IsRequired()
|
||||
.HasColumnType("text")
|
||||
.HasColumnType("NCLOB")
|
||||
.HasComment("สิงที่แนบมาด้วย");
|
||||
|
||||
b.Property<DateTime>("ReceiveDate")
|
||||
|
|
@ -9719,7 +9719,7 @@ namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
|
|||
|
||||
b.Property<string>("Body")
|
||||
.IsRequired()
|
||||
.HasColumnType("text")
|
||||
.HasColumnType("NCLOB")
|
||||
.HasComment("รายละเอียดข้อความ");
|
||||
|
||||
b.Property<DateTime>("CreatedAt")
|
||||
|
|
@ -9774,7 +9774,7 @@ namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
|
|||
|
||||
b.Property<string>("Payload")
|
||||
.IsRequired()
|
||||
.HasColumnType("text")
|
||||
.HasColumnType("NCLOB")
|
||||
.HasComment("สิงที่แนบมาด้วย");
|
||||
|
||||
b.Property<DateTime>("ReceiveDate")
|
||||
|
|
@ -13940,7 +13940,7 @@ namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
|
|||
|
||||
b.Property<string>("Body")
|
||||
.IsRequired()
|
||||
.HasColumnType("text")
|
||||
.HasColumnType("NCLOB")
|
||||
.HasComment("รายละเอียดข้อความ");
|
||||
|
||||
b.Property<DateTime>("CreatedAt")
|
||||
|
|
@ -13995,7 +13995,7 @@ namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
|
|||
|
||||
b.Property<string>("Payload")
|
||||
.IsRequired()
|
||||
.HasColumnType("text")
|
||||
.HasColumnType("NCLOB")
|
||||
.HasComment("สิงที่แนบมาด้วย");
|
||||
|
||||
b.Property<DateTime>("ReceiveDate")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue