migrate db command add ComplaintId
This commit is contained in:
parent
640976c90d
commit
23aa59a416
3 changed files with 16992 additions and 0 deletions
|
|
@ -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("ลงวันที่ (เรื่องการดำเนินการทางวินัย)");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue