apply migrarion
This commit is contained in:
parent
51b849f882
commit
164ed56671
3 changed files with 20800 additions and 0 deletions
|
|
@ -6569,6 +6569,21 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasComment("PrimaryKey")
|
||||
.HasAnnotation("Relational:JsonPropertyName", "id");
|
||||
|
||||
b.Property<string>("APR1")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("APR2")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("APR3")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("APR4")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("APR5")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<double?>("Amount")
|
||||
.HasColumnType("double");
|
||||
|
||||
|
|
@ -6689,6 +6704,21 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("text")
|
||||
.HasComment("รายละเอียดเครื่องราชฯที่ขอ");
|
||||
|
||||
b.Property<string>("OCT1")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("OCT2")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("OCT3")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("OCT4")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("OCT5")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("PosLevelName")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue