using System; using Microsoft.EntityFrameworkCore.Migrations; namespace APT.Data.Migrations.Migrations { public partial class wyw2026051902 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "DT_SIGN", table: "T_SE_TRAIN_RECORD_USER", type: "datetime2", nullable: true); migrationBuilder.AddColumn( name: "DT_SSEND_SIGN", table: "T_SE_TRAIN_RECORD", type: "datetime2", nullable: true); migrationBuilder.AddColumn( name: "ISSTOPSIGN", table: "T_SE_TRAIN_RECORD", type: "bit", nullable: false, defaultValue: false); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "DT_SIGN", table: "T_SE_TRAIN_RECORD_USER"); migrationBuilder.DropColumn( name: "DT_SSEND_SIGN", table: "T_SE_TRAIN_RECORD"); migrationBuilder.DropColumn( name: "ISSTOPSIGN", table: "T_SE_TRAIN_RECORD"); } } }