add note to profile insignia
This commit is contained in:
parent
adada88230
commit
1393969516
5 changed files with 17202 additions and 0 deletions
|
|
@ -3928,6 +3928,10 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("varchar(20)")
|
||||
.HasComment("ลำดับที่");
|
||||
|
||||
b.Property<string>("Note")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("หมายเหตุ");
|
||||
|
||||
b.Property<string>("Page")
|
||||
.HasMaxLength(30)
|
||||
.HasColumnType("varchar(30)")
|
||||
|
|
@ -4048,6 +4052,10 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("varchar(20)")
|
||||
.HasComment("ลำดับที่");
|
||||
|
||||
b.Property<string>("Note")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("หมายเหตุ");
|
||||
|
||||
b.Property<string>("Page")
|
||||
.HasMaxLength(30)
|
||||
.HasColumnType("varchar(30)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue