fix migration

This commit is contained in:
Suphonchai Phoonsawat 2025-06-04 10:02:32 +07:00
parent 175232148b
commit 6ad83ecc53
3 changed files with 1576 additions and 0 deletions

View file

@ -811,6 +811,15 @@ namespace BMA.EHR.Infrastructure.Migrations.LeaveDb
.HasColumnOrder(102)
.HasComment("แก้ไขข้อมูลล่าสุดเมื่อ");
b.Property<double?>("Latitude")
.HasColumnType("double");
b.Property<double?>("Longitude")
.HasColumnType("double");
b.Property<string>("POI")
.HasColumnType("longtext");
b.Property<string>("Prefix")
.HasColumnType("longtext");