hrms-api-backend/BMA.EHR.Infrastructure/Migrations/ApplicationDB/20240503075419_Change userid to Nullable.cs
2024-05-03 15:00:22 +07:00

5322 lines
234 KiB
C#

using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace BMA.EHR.Infrastructure.Migrations.ApplicationDB
{
/// <inheritdoc />
public partial class ChangeuseridtoNullable : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementResigns",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementResigns",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementResigns",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementResigns",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementResignDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementResignDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementResignDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementResignDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementQuestions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementQuestions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementQuestions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementQuestions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementQuestionnaireQuestions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementQuestionnaireQuestions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementQuestionnaireQuestions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementQuestionnaireQuestions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementPeriods",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementPeriods",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementPeriods",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementPeriods",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementPeriodHistorys",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementPeriodHistorys",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementPeriodHistorys",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementPeriodHistorys",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementOuts",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementOuts",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementOuts",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementOuts",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementOthers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementOthers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementOthers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementOthers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementOtherDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementOtherDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementOtherDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementOtherDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementExpulsions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementExpulsions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementExpulsions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementExpulsions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementDischarges",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementDischarges",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementDischarges",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementDischarges",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementDeceaseds",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementDeceaseds",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementDeceaseds",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementDeceaseds",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementDeceasedNotis",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementDeceasedNotis",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementDeceasedNotis",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementDeceasedNotis",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementTypes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementTypes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementTypes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementTypes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementTransfers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementTransfers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementTransfers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementTransfers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementTransferDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementTransferDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementTransferDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementTransferDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "Placements",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "Placements",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "Placements",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "Placements",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementRepatriations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementRepatriations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementRepatriations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementRepatriations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementRelocations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementRelocations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementRelocations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementRelocations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementRelocationDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementRelocationDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementRelocationDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementRelocationDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementReceives",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementReceives",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementReceives",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementReceives",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementReceiveDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementReceiveDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementReceiveDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementReceiveDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementProfileDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementProfileDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementProfileDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementProfileDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementOfficers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementOfficers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementOfficers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementOfficers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementIsProperties",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementIsProperties",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementIsProperties",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementIsProperties",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementEducations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementEducations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementEducations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementEducations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementCertificates",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementCertificates",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementCertificates",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementCertificates",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementAppointments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementAppointments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementAppointments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementAppointments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementAppointmentDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementAppointmentDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementAppointmentDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementAppointmentDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "Notifications",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "Notifications",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "Notifications",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "Notifications",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "MessageQueues",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "MessageQueues",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "MessageQueues",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "MessageQueues",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaRequests",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaRequests",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaRequests",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaRequests",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaRequestProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaRequestProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaRequestProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaRequestProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaPeriods",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaPeriods",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaPeriods",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaPeriods",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaNotes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaNotes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaNotes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaNotes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaNoteProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaNoteProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaNoteProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaNoteProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaNoteDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaNoteDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaNoteDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaNoteDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaManages",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaManages",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaManages",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaManages",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaManageProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaManageProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaManageProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaManageProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaManageOrganiations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaManageOrganiations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaManageOrganiations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaManageOrganiations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "Inboxes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "Inboxes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "Inboxes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "Inboxes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "DeploymentChannels",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "DeploymentChannels",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "DeploymentChannels",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "DeploymentChannels",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CronjobNotiProbations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CronjobNotiProbations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CronjobNotiProbations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CronjobNotiProbations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CommandTypes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CommandTypes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CommandTypes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CommandTypes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CommandStatuses",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CommandStatuses",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CommandStatuses",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CommandStatuses",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "Commands",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "Commands",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "Commands",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "Commands",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CommandReceivers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CommandReceivers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CommandReceivers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CommandReceivers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CommandDocuments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CommandDocuments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CommandDocuments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CommandDocuments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CommandDeployments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CommandDeployments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CommandDeployments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: true,
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CommandDeployments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: true,
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementResigns",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementResigns",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementResigns",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementResigns",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementResignDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementResignDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementResignDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementResignDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementQuestions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementQuestions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementQuestions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementQuestions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementQuestionnaireQuestions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementQuestionnaireQuestions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementQuestionnaireQuestions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementQuestionnaireQuestions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementPeriods",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementPeriods",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementPeriods",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementPeriods",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementPeriodHistorys",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementPeriodHistorys",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementPeriodHistorys",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementPeriodHistorys",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementOuts",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementOuts",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementOuts",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementOuts",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementOthers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementOthers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementOthers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementOthers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementOtherDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementOtherDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementOtherDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementOtherDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementExpulsions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementExpulsions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementExpulsions",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementExpulsions",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementDischarges",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementDischarges",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementDischarges",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementDischarges",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementDeceaseds",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementDeceaseds",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementDeceaseds",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementDeceaseds",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "RetirementDeceasedNotis",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "RetirementDeceasedNotis",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "RetirementDeceasedNotis",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "RetirementDeceasedNotis",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementTypes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementTypes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementTypes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementTypes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementTransfers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementTransfers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementTransfers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementTransfers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementTransferDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementTransferDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementTransferDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementTransferDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "Placements",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "Placements",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "Placements",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "Placements",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementRepatriations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementRepatriations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementRepatriations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementRepatriations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementRelocations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementRelocations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementRelocations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementRelocations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementRelocationDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementRelocationDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementRelocationDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementRelocationDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementReceives",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementReceives",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementReceives",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementReceives",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementReceiveDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementReceiveDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementReceiveDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementReceiveDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementProfileDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementProfileDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementProfileDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementProfileDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementOfficers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementOfficers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementOfficers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementOfficers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementIsProperties",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementIsProperties",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementIsProperties",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementIsProperties",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementEducations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementEducations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementEducations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementEducations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementCertificates",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementCertificates",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementCertificates",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementCertificates",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementAppointments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementAppointments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementAppointments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementAppointments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "PlacementAppointmentDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "PlacementAppointmentDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "PlacementAppointmentDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "PlacementAppointmentDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "Notifications",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "Notifications",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "Notifications",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "Notifications",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "MessageQueues",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "MessageQueues",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "MessageQueues",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "MessageQueues",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaRequests",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaRequests",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaRequests",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaRequests",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaRequestProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaRequestProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaRequestProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaRequestProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaPeriods",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaPeriods",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaPeriods",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaPeriods",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaNotes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaNotes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaNotes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaNotes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaNoteProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaNoteProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaNoteProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaNoteProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaNoteDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaNoteDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaNoteDocs",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaNoteDocs",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaManages",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaManages",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaManages",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaManages",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaManageProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaManageProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaManageProfiles",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaManageProfiles",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "InsigniaManageOrganiations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "InsigniaManageOrganiations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "InsigniaManageOrganiations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "InsigniaManageOrganiations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "Inboxes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "Inboxes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "Inboxes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "Inboxes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "DeploymentChannels",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "DeploymentChannels",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "DeploymentChannels",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "DeploymentChannels",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CronjobNotiProbations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CronjobNotiProbations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CronjobNotiProbations",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CronjobNotiProbations",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CommandTypes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CommandTypes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CommandTypes",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CommandTypes",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CommandStatuses",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CommandStatuses",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CommandStatuses",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CommandStatuses",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "Commands",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "Commands",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "Commands",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "Commands",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CommandReceivers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CommandReceivers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CommandReceivers",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CommandReceivers",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CommandDocuments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CommandDocuments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CommandDocuments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CommandDocuments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateUserId",
table: "CommandDeployments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "LastUpdateFullName",
table: "CommandDeployments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่แก้ไขข้อมูลล่าสุด");
migrationBuilder.AlterColumn<string>(
name: "CreatedUserId",
table: "CommandDeployments",
type: "NVARCHAR2(40)",
maxLength: 40,
nullable: false,
defaultValue: "",
comment: "User Id ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(40)",
oldMaxLength: 40,
oldNullable: true,
oldComment: "User Id ที่สร้างข้อมูล");
migrationBuilder.AlterColumn<string>(
name: "CreatedFullName",
table: "CommandDeployments",
type: "NVARCHAR2(200)",
maxLength: 200,
nullable: false,
defaultValue: "",
comment: "ชื่อ User ที่สร้างข้อมูล",
oldClrType: typeof(string),
oldType: "NVARCHAR2(200)",
oldMaxLength: 200,
oldNullable: true,
oldComment: "ชื่อ User ที่สร้างข้อมูล");
}
}
}