mh_sms/APT.Data.Migrations/Migrations/20240430093056_wyw2024043001.cs

24 lines
652 B
C#
Raw Permalink Normal View History

2024-04-30 17:31:51 +08:00
using Microsoft.EntityFrameworkCore.Migrations;
namespace APT.Data.Migrations.Migrations
{
public partial class wyw2024043001 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<int>(
name: "CHECKOBJECT",
table: "T_BS_RISK_SUBMIT",
type: "int",
nullable: true);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "CHECKOBJECT",
table: "T_BS_RISK_SUBMIT");
}
}
}