Migrate & Fix รายการวินัยม่ได้กรองสิทธิ์รายการ #7
All checks were successful
Build & Deploy Discipline Service / build (push) Successful in 2m16s

This commit is contained in:
harid 2026-07-17 15:35:36 +07:00
parent 2743edf82f
commit bea7960ea7
11 changed files with 4222 additions and 8 deletions

View file

@ -32,6 +32,22 @@ namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
.HasColumnType("longtext")
.HasComment("ผู้ร้องเรียน");
b.Property<Guid?>("Child1DnaId")
.HasColumnType("char(36)")
.HasComment("Child1DnaId");
b.Property<Guid?>("Child2DnaId")
.HasColumnType("char(36)")
.HasComment("Child2DnaId");
b.Property<Guid?>("Child3DnaId")
.HasColumnType("char(36)")
.HasComment("Child3DnaId");
b.Property<Guid?>("Child4DnaId")
.HasColumnType("char(36)")
.HasComment("Child4DnaId");
b.Property<string>("ComplaintFrom")
.HasColumnType("longtext")
.HasComment("รับเรื่องร้องเรียนจาก ระบุว่ารับเรื่องมาจากใคร/หน่วยงานไหน (สตง., ปปช., ปปท., จดหมาย, อีเมล, โทรศัพท์, บอกกล่าว)");
@ -864,6 +880,22 @@ namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
.HasColumnType("longtext")
.HasComment("ผู้ร้องเรียน");
b.Property<Guid?>("Child1DnaId")
.HasColumnType("char(36)")
.HasComment("Child1DnaId");
b.Property<Guid?>("Child2DnaId")
.HasColumnType("char(36)")
.HasComment("Child2DnaId");
b.Property<Guid?>("Child3DnaId")
.HasColumnType("char(36)")
.HasComment("Child3DnaId");
b.Property<Guid?>("Child4DnaId")
.HasColumnType("char(36)")
.HasComment("Child4DnaId");
b.Property<string>("ComplaintFrom")
.HasColumnType("longtext")
.HasComment("รับเรื่องร้องเรียนจาก ระบุว่ารับเรื่องมาจากใคร/หน่วยงานไหน (สตง., ปปช., ปปท., จดหมาย, อีเมล, โทรศัพท์, บอกกล่าว)");
@ -2087,6 +2119,22 @@ namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
.HasColumnType("longtext")
.HasComment("ผู้ร้องเรียน");
b.Property<Guid?>("Child1DnaId")
.HasColumnType("char(36)")
.HasComment("Child1DnaId");
b.Property<Guid?>("Child2DnaId")
.HasColumnType("char(36)")
.HasComment("Child2DnaId");
b.Property<Guid?>("Child3DnaId")
.HasColumnType("char(36)")
.HasComment("Child3DnaId");
b.Property<Guid?>("Child4DnaId")
.HasColumnType("char(36)")
.HasComment("Child4DnaId");
b.Property<string>("ComplaintFrom")
.HasColumnType("longtext")
.HasComment("รับเรื่องร้องเรียนจาก ระบุว่ารับเรื่องมาจากใคร/หน่วยงานไหน (สตง., ปปช., ปปท., จดหมาย, อีเมล, โทรศัพท์, บอกกล่าว)");