using System; using Microsoft.EntityFrameworkCore.Migrations; namespace APT.Data.Migrations.Migrations { public partial class wyw2026051802 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "DT_START_SIGN", table: "T_SE_TRAIN_NOTIFY", type: "datetime2", nullable: true); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "DT_START_SIGN", table: "T_SE_TRAIN_NOTIFY"); } } }