add note to ProfileEducation
This commit is contained in:
parent
1393969516
commit
0ed8935b4c
5 changed files with 17210 additions and 0 deletions
|
|
@ -2979,6 +2979,10 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnOrder(102)
|
||||
.HasComment("แก้ไขข้อมูลล่าสุดเมื่อ");
|
||||
|
||||
b.Property<string>("Note")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("หมายเหตุ");
|
||||
|
||||
b.Property<string>("Other")
|
||||
.HasMaxLength(1000)
|
||||
.HasColumnType("varchar(1000)")
|
||||
|
|
@ -3108,6 +3112,10 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnOrder(102)
|
||||
.HasComment("แก้ไขข้อมูลล่าสุดเมื่อ");
|
||||
|
||||
b.Property<string>("Note")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("หมายเหตุ");
|
||||
|
||||
b.Property<string>("Other")
|
||||
.HasMaxLength(1000)
|
||||
.HasColumnType("varchar(1000)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue