mh_jy_safe/APT.Data.Migrations/Migrations/20260518054753_wyw2026051801.cs
2026-05-18 13:55:50 +08:00

24 lines
676 B
C#

using Microsoft.EntityFrameworkCore.Migrations;
namespace APT.Data.Migrations.Migrations
{
public partial class wyw2026051801 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<int>(
name: "PRODUCTION",
table: "T_FM_USER_PRODUCTION_UNIT_SET",
type: "int",
nullable: true);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "PRODUCTION",
table: "T_FM_USER_PRODUCTION_UNIT_SET");
}
}
}