fix Issue : 723

This commit is contained in:
Suphonchai Phoonsawat 2024-11-11 20:46:45 +07:00
parent 4970659f0a
commit ddb541c819
7 changed files with 1362 additions and 3 deletions

View file

@ -217,6 +217,18 @@ namespace BMA.EHR.Infrastructure.Migrations.LeaveDb
.HasColumnType("longtext")
.HasComment("เขียนที่ (ขอยกเลิก)");
b.Property<string>("Child1")
.HasColumnType("longtext");
b.Property<string>("Child2")
.HasColumnType("longtext");
b.Property<string>("Child3")
.HasColumnType("longtext");
b.Property<string>("Child4")
.HasColumnType("longtext");
b.Property<string>("CitizenId")
.HasColumnType("longtext");
@ -437,6 +449,9 @@ namespace BMA.EHR.Infrastructure.Migrations.LeaveDb
b.Property<double>("RestDayOldTotal")
.HasColumnType("double");
b.Property<string>("Root")
.HasColumnType("longtext");
b.Property<string>("StudyDayCountry")
.IsRequired()
.HasColumnType("longtext");