fix: Leave Optimize

This commit is contained in:
Suphonchai Phoonsawat 2024-07-12 11:58:32 +07:00
parent 8e6a45952a
commit 1a6fe487aa
5 changed files with 1206 additions and 16 deletions

View file

@ -217,6 +217,9 @@ namespace BMA.EHR.Infrastructure.Migrations.LeaveDb
.HasColumnType("longtext")
.HasComment("เขียนที่ (ขอยกเลิก)");
b.Property<string>("CitizenId")
.HasColumnType("longtext");
b.Property<string>("CoupleDayCountryHistory")
.IsRequired()
.HasColumnType("longtext");