2026-04-16 11:03:26 +08:00
|
|
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|
|
|
|
|
|
|
|
|
|
|
namespace APT.Data.Migrations.Migrations
|
|
|
|
|
|
{
|
2026-05-21 15:17:29 +08:00
|
|
|
|
public partial class wyw2026051803 : Migration
|
2026-04-16 11:03:26 +08:00
|
|
|
|
{
|
|
|
|
|
|
protected override void Up(MigrationBuilder migrationBuilder)
|
|
|
|
|
|
{
|
|
|
|
|
|
migrationBuilder.AddColumn<bool>(
|
2026-05-21 15:17:29 +08:00
|
|
|
|
name: "ISSENDSIGN",
|
|
|
|
|
|
table: "T_SE_TRAIN_NOTIFY",
|
2026-04-16 11:03:26 +08:00
|
|
|
|
type: "bit",
|
|
|
|
|
|
nullable: false,
|
|
|
|
|
|
defaultValue: false);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
protected override void Down(MigrationBuilder migrationBuilder)
|
|
|
|
|
|
{
|
|
|
|
|
|
migrationBuilder.DropColumn(
|
2026-05-21 15:17:29 +08:00
|
|
|
|
name: "ISSENDSIGN",
|
|
|
|
|
|
table: "T_SE_TRAIN_NOTIFY");
|
2026-04-16 11:03:26 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|