migrate db dis

This commit is contained in:
kittapath 2024-12-27 00:23:43 +07:00
parent 935e6e5a4b
commit 8566987275
3 changed files with 3413 additions and 0 deletions

View file

@ -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");