migrate db command add ComplaintId

This commit is contained in:
Kittapath 2024-01-15 11:50:37 +07:00
parent 640976c90d
commit 23aa59a416
3 changed files with 16992 additions and 0 deletions

View file

@ -84,6 +84,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("varchar(4)")
.HasComment("ปีที่ออกคำสั่ง");
b.Property<Guid?>("ComplaintId")
.HasColumnType("char(36)")
.HasComment("Id เรื่องร้องเรียน");
b.Property<DateTime?>("ConclusionFireDate")
.HasColumnType("datetime(6)")
.HasComment("ลงวันที่ (เรื่องการดำเนินการทางวินัย)");