mh_jy_safe/APT.Data.Migrations/Migrations/20260519070708_wyw2026051903.cs

25 lines
701 B
C#

using Microsoft.EntityFrameworkCore.Migrations;
namespace APT.Data.Migrations.Migrations
{
public partial class wyw2026051903 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<string>(
name: "REASONCANCLE",
table: "T_SE_TRAIN_RECORD",
type: "nvarchar(200)",
maxLength: 200,
nullable: true);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "REASONCANCLE",
table: "T_SE_TRAIN_RECORD");
}
}
}