This commit is contained in:
parent
4b8c059677
commit
2d0d5eb2b8
3 changed files with 19258 additions and 0 deletions
|
|
@ -12082,6 +12082,10 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("เลขบัตรประชาชน");
|
||||
|
||||
b.Property<string>("commandNo")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("เลขที่คำสั่ง");
|
||||
|
||||
b.Property<string>("firstName")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("ชื่อ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue