using Microsoft.EntityFrameworkCore.Migrations; namespace APT.Data.Migrations.Migrations { public partial class hmr2025102001 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "ROW_NO", table: "T_SK_ENTERPRISE_LIBRARY_DETAIL_CONTENT_HIDDEN", type: "int", nullable: true); migrationBuilder.AddColumn( name: "ROW_NO", table: "T_SK_ENTERPRISE_LIBRARY_DETAIL_CONTENT", type: "int", nullable: true); migrationBuilder.AddColumn( name: "ROW_NO", table: "T_SK_ENTERPRISE_LIBRARY_DETAIL", type: "int", nullable: true); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "ROW_NO", table: "T_SK_ENTERPRISE_LIBRARY_DETAIL_CONTENT_HIDDEN"); migrationBuilder.DropColumn( name: "ROW_NO", table: "T_SK_ENTERPRISE_LIBRARY_DETAIL_CONTENT"); migrationBuilder.DropColumn( name: "ROW_NO", table: "T_SK_ENTERPRISE_LIBRARY_DETAIL"); } } }