add migration placement and retire
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Suphonchai Phoonsawat 2025-06-16 14:40:38 +07:00
parent bc8b681900
commit 326a258e2b
3 changed files with 21741 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,642 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace BMA.EHR.Infrastructure.Migrations
{
/// <inheritdoc />
public partial class AddFieldPlacementandRetire : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "RetirementResigns",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "RetirementResigns",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "RetirementResigns",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "RetirementResigns",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "RetirementResignCancels",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "RetirementResignCancels",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "RetirementResignCancels",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "RetirementResignCancels",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "RetirementRawProfiles",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "RetirementRawProfiles",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "RetirementRawProfiles",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "RetirementRawProfiles",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "RetirementProfiles",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "RetirementProfiles",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "RetirementProfiles",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "RetirementProfiles",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "RetirementOuts",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "RetirementOuts",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "RetirementOuts",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "RetirementOuts",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "RetirementOthers",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "RetirementOthers",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "RetirementOthers",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "RetirementOthers",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "RetirementDeceaseds",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "RetirementDeceaseds",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "RetirementDeceaseds",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "RetirementDeceaseds",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "PlacementTransfers",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "PlacementTransfers",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "PlacementTransfers",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "PlacementTransfers",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "PlacementRepatriations",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "PlacementRepatriations",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "PlacementRepatriations",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "PlacementRepatriations",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "PlacementReceives",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "PlacementReceives",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "PlacementReceives",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "PlacementReceives",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "PlacementProfiles",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "PlacementProfiles",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "PlacementProfiles",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "PlacementProfiles",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "PlacementOfficers",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "PlacementOfficers",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "PlacementOfficers",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "PlacementOfficers",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionArea",
table: "PlacementAppointments",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionAreaOld",
table: "PlacementAppointments",
type: "longtext",
nullable: true,
comment: "ด้าน/สาขา (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveField",
table: "PlacementAppointments",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "positionExecutiveFieldOld",
table: "PlacementAppointments",
type: "longtext",
nullable: true,
comment: "ด้านทางการบริหาร (เก่า)")
.Annotation("MySql:CharSet", "utf8mb4");
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "positionArea",
table: "RetirementResigns");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "RetirementResigns");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "RetirementResigns");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "RetirementResigns");
migrationBuilder.DropColumn(
name: "positionArea",
table: "RetirementResignCancels");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "RetirementResignCancels");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "RetirementResignCancels");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "RetirementResignCancels");
migrationBuilder.DropColumn(
name: "positionArea",
table: "RetirementRawProfiles");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "RetirementRawProfiles");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "RetirementRawProfiles");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "RetirementRawProfiles");
migrationBuilder.DropColumn(
name: "positionArea",
table: "RetirementProfiles");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "RetirementProfiles");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "RetirementProfiles");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "RetirementProfiles");
migrationBuilder.DropColumn(
name: "positionArea",
table: "RetirementOuts");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "RetirementOuts");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "RetirementOuts");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "RetirementOuts");
migrationBuilder.DropColumn(
name: "positionArea",
table: "RetirementOthers");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "RetirementOthers");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "RetirementOthers");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "RetirementOthers");
migrationBuilder.DropColumn(
name: "positionArea",
table: "RetirementDeceaseds");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "RetirementDeceaseds");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "RetirementDeceaseds");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "RetirementDeceaseds");
migrationBuilder.DropColumn(
name: "positionArea",
table: "PlacementTransfers");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "PlacementTransfers");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "PlacementTransfers");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "PlacementTransfers");
migrationBuilder.DropColumn(
name: "positionArea",
table: "PlacementRepatriations");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "PlacementRepatriations");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "PlacementRepatriations");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "PlacementRepatriations");
migrationBuilder.DropColumn(
name: "positionArea",
table: "PlacementReceives");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "PlacementReceives");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "PlacementReceives");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "PlacementReceives");
migrationBuilder.DropColumn(
name: "positionArea",
table: "PlacementProfiles");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "PlacementProfiles");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "PlacementProfiles");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "PlacementProfiles");
migrationBuilder.DropColumn(
name: "positionArea",
table: "PlacementOfficers");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "PlacementOfficers");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "PlacementOfficers");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "PlacementOfficers");
migrationBuilder.DropColumn(
name: "positionArea",
table: "PlacementAppointments");
migrationBuilder.DropColumn(
name: "positionAreaOld",
table: "PlacementAppointments");
migrationBuilder.DropColumn(
name: "positionExecutiveField",
table: "PlacementAppointments");
migrationBuilder.DropColumn(
name: "positionExecutiveFieldOld",
table: "PlacementAppointments");
}
}
}

View file

@ -11762,6 +11762,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("ชื่อตำแหน่งในสายงาน");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("positionField")
.HasColumnType("longtext")
.HasComment("สายงาน");
@ -12472,6 +12488,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("id ประเภทตำแหน่ง old");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("prefix")
.HasColumnType("longtext")
.HasComment("คำนำหน้า");
@ -13113,6 +13145,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("ชื่อประเภทตำแหน่ง");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("positionField")
.HasColumnType("longtext")
.HasComment("สายงาน");
@ -13606,6 +13654,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("ชื่อตำแหน่งในสายงาน");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("positionField")
.HasColumnType("longtext")
.HasComment("สายงาน");
@ -14183,6 +14247,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("id ประเภทตำแหน่ง old");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("prefix")
.HasColumnType("longtext")
.HasComment("คำนำหน้า");
@ -14412,6 +14492,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("id ประเภทตำแหน่ง old");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("prefix")
.HasColumnType("longtext")
.HasComment("คำนำหน้า");
@ -14829,6 +14925,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("ชื่อตำแหน่งในสายงาน");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("prefix")
.HasColumnType("longtext")
.HasComment("คำนำหน้า");
@ -15495,6 +15607,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("ชื่อตำแหน่งในสายงาน");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("positionField")
.HasColumnType("longtext")
.HasComment("สายงาน");
@ -15812,6 +15940,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("id ประเภทตำแหน่ง old");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("prefix")
.HasColumnType("longtext")
.HasComment("คำนำหน้า");
@ -16208,6 +16352,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("ชื่อตำแหน่งในสายงาน ");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("prefix")
.HasColumnType("longtext")
.HasComment("คำนำหน้า");
@ -16752,6 +16912,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("ชื่อตำแหน่งในสายงาน ");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("prefix")
.HasColumnType("longtext")
.HasComment("คำนำหน้า");
@ -17074,6 +17250,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("id ประเภทตำแหน่ง old");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("prefix")
.HasColumnType("longtext")
.HasComment("คำนำหน้า");
@ -17477,6 +17669,22 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("id ประเภทตำแหน่ง old");
b.Property<string>("positionArea")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา");
b.Property<string>("positionAreaOld")
.HasColumnType("longtext")
.HasComment("ด้าน/สาขา (เก่า)");
b.Property<string>("positionExecutiveField")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร");
b.Property<string>("positionExecutiveFieldOld")
.HasColumnType("longtext")
.HasComment("ด้านทางการบริหาร (เก่า)");
b.Property<string>("prefix")
.HasColumnType("longtext")
.HasComment("คำนำหน้า");