ต่อ api บุคคลที่สามารถติดต่อได้
This commit is contained in:
parent
20b031c29f
commit
b8f12139e1
11 changed files with 3384 additions and 64 deletions
|
|
@ -392,6 +392,30 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("จังหวัดที่ออกบัตรประชาชน");
|
||||
|
||||
b.Property<string>("ContactFirstname")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("ชื่อ บุคคลที่สามารถติดต่อได้");
|
||||
|
||||
b.Property<string>("ContactLastname")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("สกุล บุคคลที่สามารถติดต่อได้");
|
||||
|
||||
b.Property<Guid?>("ContactPrefixId")
|
||||
.HasColumnType("char(36)")
|
||||
.HasComment("Id คำนำหน้า บุคคลที่สามารถติดต่อได้");
|
||||
|
||||
b.Property<string>("ContactPrefixName")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คำนำหน้า บุคคลที่สามารถติดต่อได้");
|
||||
|
||||
b.Property<string>("ContactRelations")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("เกี่ยวข้องเป็น บุคคลที่สามารถติดต่อได้");
|
||||
|
||||
b.Property<string>("ContactTel")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("โทรศัพท์ บุคคลที่สามารถติดต่อได้");
|
||||
|
||||
b.Property<DateTime>("CreatedAt")
|
||||
.HasColumnType("datetime(6)")
|
||||
.HasColumnOrder(100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue