using Microsoft.EntityFrameworkCore.Migrations; namespace APT.Data.Migrations.Migrations { public partial class hmr2025112201 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "IS_CONFIRM_NEW", table: "T_FO_FIRE_JOB_WB_DETAIL", type: "bit", nullable: false, defaultValue: false); migrationBuilder.AddColumn( name: "IS_CONFIRM_NEW", table: "T_FO_FIRE_JOB_DETAIL", type: "bit", nullable: false, defaultValue: false); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "IS_CONFIRM_NEW", table: "T_FO_FIRE_JOB_WB_DETAIL"); migrationBuilder.DropColumn( name: "IS_CONFIRM_NEW", table: "T_FO_FIRE_JOB_DETAIL"); } } }