หมายเหตุลาออก
Some checks failed
release-dev / release-dev (push) Failing after 13s

This commit is contained in:
kittapath 2024-12-13 21:39:00 +07:00
parent 5f92b0c536
commit 58f7ab83e3
11 changed files with 19359 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,66 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace BMA.EHR.Infrastructure.Migrations
{
/// <inheritdoc />
public partial class updatetableresignaddremark : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<string>(
name: "Remark",
table: "RetirementResigns",
type: "longtext",
nullable: true,
comment: "เหตุผลที่ลาออกจากราชการ(อื่นๆ)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "Remark",
table: "RetirementResignEmployees",
type: "longtext",
nullable: true,
comment: "เหตุผลที่ลาออกจากราชการ(อื่นๆ)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "Remark",
table: "RetirementResignEmployeeCancels",
type: "longtext",
nullable: true,
comment: "เหตุผลที่ลาออกจากราชการ(อื่นๆ)")
.Annotation("MySql:CharSet", "utf8mb4");
migrationBuilder.AddColumn<string>(
name: "Remark",
table: "RetirementResignCancels",
type: "longtext",
nullable: true,
comment: "เหตุผลที่ลาออกจากราชการ(อื่นๆ)")
.Annotation("MySql:CharSet", "utf8mb4");
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "Remark",
table: "RetirementResigns");
migrationBuilder.DropColumn(
name: "Remark",
table: "RetirementResignEmployees");
migrationBuilder.DropColumn(
name: "Remark",
table: "RetirementResignEmployeeCancels");
migrationBuilder.DropColumn(
name: "Remark",
table: "RetirementResignCancels");
}
}
}

View file

@ -16044,6 +16044,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("เหตุผลไม่อนุมัติ");
b.Property<string>("Remark")
.HasColumnType("longtext")
.HasComment("เหตุผลที่ลาออกจากราชการ(อื่นๆ)");
b.Property<string>("RemarkHorizontal")
.HasColumnType("longtext")
.HasComment("หมายเหตุแนวนอน");
@ -16324,6 +16328,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("เหตุผลไม่อนุมัติ");
b.Property<string>("Remark")
.HasColumnType("longtext")
.HasComment("เหตุผลที่ลาออกจากราชการ(อื่นๆ)");
b.Property<string>("RemarkHorizontal")
.HasColumnType("longtext")
.HasComment("หมายเหตุแนวนอน");
@ -16737,6 +16745,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("เหตุผลไม่อนุมัติ");
b.Property<string>("Remark")
.HasColumnType("longtext")
.HasComment("เหตุผลที่ลาออกจากราชการ(อื่นๆ)");
b.Property<string>("RemarkHorizontal")
.HasColumnType("longtext")
.HasComment("หมายเหตุแนวนอน");
@ -17017,6 +17029,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("เหตุผลไม่อนุมัติ");
b.Property<string>("Remark")
.HasColumnType("longtext")
.HasComment("เหตุผลที่ลาออกจากราชการ(อื่นๆ)");
b.Property<string>("RemarkHorizontal")
.HasColumnType("longtext")
.HasComment("หมายเหตุแนวนอน");