เพิ่มฟิวเช็คผู้ร้องเรียนที่ยืนมาจากก่อนหน้านี่

This commit is contained in:
Kittapath 2024-01-26 09:02:07 +07:00
parent 491ee1a302
commit 2f51a4e26e
10 changed files with 3089 additions and 0 deletions

View file

@ -518,6 +518,10 @@ namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
.HasColumnType("varchar(100)")
.HasComment("ชื่อ");
b.Property<bool?>("IsAncestorDNA")
.HasColumnType("tinyint(1)")
.HasComment("รายการเก่า");
b.Property<string>("LastName")
.IsRequired()
.HasMaxLength(100)
@ -1673,6 +1677,10 @@ namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
.HasColumnType("varchar(100)")
.HasComment("ชื่อ");
b.Property<bool?>("IsAncestorDNA")
.HasColumnType("tinyint(1)")
.HasComment("รายการเก่า");
b.Property<string>("IsReport")
.HasColumnType("longtext")
.HasComment("ส่งไปยุติเรื่อง");
@ -2280,6 +2288,10 @@ namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
.HasColumnType("varchar(100)")
.HasComment("ชื่อ");
b.Property<bool?>("IsAncestorDNA")
.HasColumnType("tinyint(1)")
.HasComment("รายการเก่า");
b.Property<bool?>("IsDisciplinary")
.HasColumnType("tinyint(1)")
.HasComment("ส่งไปสอบสวน");