using Microsoft.EntityFrameworkCore.Migrations; namespace APT.Data.Migrations.Migrations { public partial class hmr2025072602 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "NUM", table: "T_SK_SECURITY_INSPECTION_RECORD_SUMMARY_DETAIL", type: "int", nullable: true); migrationBuilder.AddColumn( name: "NUM", table: "T_SK_SECURITY_INSPECTION_RECORD_DETAIL", type: "int", nullable: true); migrationBuilder.AddColumn( name: "NUM", table: "T_SK_SECURITY_INSPECTION_NOTICE_DETAIL", type: "int", nullable: true); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "NUM", table: "T_SK_SECURITY_INSPECTION_RECORD_SUMMARY_DETAIL"); migrationBuilder.DropColumn( name: "NUM", table: "T_SK_SECURITY_INSPECTION_RECORD_DETAIL"); migrationBuilder.DropColumn( name: "NUM", table: "T_SK_SECURITY_INSPECTION_NOTICE_DETAIL"); } } }