add field DisciplineDirectors.RootDnaId
This commit is contained in:
parent
23d86f632e
commit
71dc9f05d3
4 changed files with 3713 additions and 0 deletions
|
|
@ -842,6 +842,10 @@ namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("คุณวุฒิ");
|
||||
|
||||
b.Property<Guid?>("RootDnaId")
|
||||
.HasColumnType("char(36)")
|
||||
.HasComment("RootDnaId");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("DisciplineDirectors");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue