mh_jy_safe/APT.Data.Migrations/Migrations/20260716065048_wyw2026071601.cs

25 lines
697 B
C#
Raw Normal View History

using Microsoft.EntityFrameworkCore.Migrations;
namespace APT.Data.Migrations.Migrations
{
public partial class wyw2026071601 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<bool>(
name: "IS_SENDNOTICE",
table: "T_SE_TRAIN_RECORD",
type: "bit",
nullable: false,
defaultValue: false);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "IS_SENDNOTICE",
table: "T_SE_TRAIN_RECORD");
}
}
}