44 lines
1.4 KiB
C#
44 lines
1.4 KiB
C#
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|||
|
|
|
|||
|
|
namespace APT.Data.Migrations.Migrations
|
|||
|
|
{
|
|||
|
|
public partial class hmr2025102002 : Migration
|
|||
|
|
{
|
|||
|
|
protected override void Up(MigrationBuilder migrationBuilder)
|
|||
|
|
{
|
|||
|
|
migrationBuilder.AddColumn<int>(
|
|||
|
|
name: "ROW_NO",
|
|||
|
|
table: "T_SK_BASIC_LIBRARY_DETAIL_CONTENT_HIDDEN",
|
|||
|
|
type: "int",
|
|||
|
|
nullable: true);
|
|||
|
|
|
|||
|
|
migrationBuilder.AddColumn<int>(
|
|||
|
|
name: "ROW_NO",
|
|||
|
|
table: "T_SK_BASIC_LIBRARY_DETAIL_CONTENT",
|
|||
|
|
type: "int",
|
|||
|
|
nullable: true);
|
|||
|
|
|
|||
|
|
migrationBuilder.AddColumn<int>(
|
|||
|
|
name: "ROW_NO",
|
|||
|
|
table: "T_SK_BASIC_LIBRARY_DETAIL",
|
|||
|
|
type: "int",
|
|||
|
|
nullable: true);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
protected override void Down(MigrationBuilder migrationBuilder)
|
|||
|
|
{
|
|||
|
|
migrationBuilder.DropColumn(
|
|||
|
|
name: "ROW_NO",
|
|||
|
|
table: "T_SK_BASIC_LIBRARY_DETAIL_CONTENT_HIDDEN");
|
|||
|
|
|
|||
|
|
migrationBuilder.DropColumn(
|
|||
|
|
name: "ROW_NO",
|
|||
|
|
table: "T_SK_BASIC_LIBRARY_DETAIL_CONTENT");
|
|||
|
|
|
|||
|
|
migrationBuilder.DropColumn(
|
|||
|
|
name: "ROW_NO",
|
|||
|
|
table: "T_SK_BASIC_LIBRARY_DETAIL");
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|