migrate db ประวัติตำแหน่ง
This commit is contained in:
parent
eab1371eb1
commit
b99330e94b
4 changed files with 17161 additions and 0 deletions
|
|
@ -4749,10 +4749,18 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasComment("PrimaryKey")
|
||||
.HasAnnotation("Relational:JsonPropertyName", "id");
|
||||
|
||||
b.Property<string>("AgencyName")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("AgencyName");
|
||||
|
||||
b.Property<double?>("Amount")
|
||||
.HasColumnType("double")
|
||||
.HasComment("เงินเดือน");
|
||||
|
||||
b.Property<string>("CLevel")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("CLevel");
|
||||
|
||||
b.Property<string>("CommandNo")
|
||||
.IsRequired()
|
||||
.HasColumnType("longtext")
|
||||
|
|
@ -4820,6 +4828,10 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("int")
|
||||
.HasComment("ลำดับ");
|
||||
|
||||
b.Property<string>("OrgName")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("OrgName");
|
||||
|
||||
b.Property<Guid?>("OrganizationShortNameId")
|
||||
.HasColumnType("char(36)")
|
||||
.HasComment("Id ชื่อย่อหน่วยงาน");
|
||||
|
|
@ -4832,6 +4844,10 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("char(36)")
|
||||
.HasComment("Id เลขที่ตำแหน่ง");
|
||||
|
||||
b.Property<string>("PosNoName")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("PosNoName");
|
||||
|
||||
b.Property<Guid?>("PositionEmployeeGroupId")
|
||||
.HasColumnType("char(36)")
|
||||
.HasComment("Id กลุ่มงาน");
|
||||
|
|
@ -4852,6 +4868,10 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("char(36)")
|
||||
.HasComment("Id ตำแหน่งทางการบริหาร");
|
||||
|
||||
b.Property<string>("PositionExecutiveName")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("PositionExecutiveName");
|
||||
|
||||
b.Property<Guid?>("PositionExecutiveSideId")
|
||||
.HasColumnType("char(36)")
|
||||
.HasComment("Id ด้านทางการบริหาร");
|
||||
|
|
@ -4867,10 +4887,22 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("char(36)")
|
||||
.HasComment("Id สายงาน");
|
||||
|
||||
b.Property<string>("PositionLineName")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("PositionLineName");
|
||||
|
||||
b.Property<string>("PositionName")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("PositionName");
|
||||
|
||||
b.Property<Guid?>("PositionPathSideId")
|
||||
.HasColumnType("char(36)")
|
||||
.HasComment("Id ด้าน/สาขา");
|
||||
|
||||
b.Property<string>("PositionPathSideName")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("PositionPathSideName");
|
||||
|
||||
b.Property<double?>("PositionSalaryAmount")
|
||||
.HasColumnType("double")
|
||||
.HasComment("เงินประจำตำแหน่ง");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue