mh_jy_safe/APT.Data.Migrations/Migrations/20260518091342_wyw2026051803.cs

25 lines
691 B
C#

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