mh_jy_safe/APT.Data.Migrations/Migrations/20250819081717_wyw2025081905.cs

25 lines
672 B
C#
Raw Normal View History

2025-08-25 09:56:57 +08:00
using Microsoft.EntityFrameworkCore.Migrations;
namespace APT.Data.Migrations.Migrations
{
public partial class wyw2025081905 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<int>(
name: "ZNDEX",
table: "T_PC_INFO_COLOR",
type: "int",
nullable: false,
defaultValue: 0);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "ZNDEX",
table: "T_PC_INFO_COLOR");
}
}
}