using Microsoft.EntityFrameworkCore.Migrations; namespace APT.Data.Migrations.Migrations { public partial class wyw2025102401 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "ISHEAD", table: "T_PF_APPROVE_TEMP_DETAIL", type: "bit", nullable: false, defaultValue: false); migrationBuilder.AddColumn( name: "REJECT_INTERFACE", table: "T_PF_APPROVE", type: "nvarchar(100)", maxLength: 100, nullable: true); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "ISHEAD", table: "T_PF_APPROVE_TEMP_DETAIL"); migrationBuilder.DropColumn( name: "REJECT_INTERFACE", table: "T_PF_APPROVE"); } } }