apply migrarion

This commit is contained in:
Suphonchai Phoonsawat 2025-05-19 10:45:46 +07:00
parent 51b849f882
commit 164ed56671
3 changed files with 20800 additions and 0 deletions

View file

@ -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");