fix migration
This commit is contained in:
parent
175232148b
commit
6ad83ecc53
3 changed files with 1576 additions and 0 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue