migrate db dis
This commit is contained in:
parent
935e6e5a4b
commit
8566987275
3 changed files with 3413 additions and 0 deletions
|
|
@ -241,6 +241,10 @@ namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
|
|||
.HasColumnType("int")
|
||||
.HasComment("ปีงบประมาณ");
|
||||
|
||||
b.Property<string>("profileType")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("สถานภาพ (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("DisciplineComplaint_Appeals");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue