mh_jy_safe/APT.Data.Migrations/Migrations/20260409062518_hmr2026040901.cs

25 lines
755 B
C#
Raw Normal View History

2026-04-09 14:27:42 +08:00
using Microsoft.EntityFrameworkCore.Migrations;
namespace APT.Data.Migrations.Migrations
{
public partial class hmr2026040901 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<bool>(
name: "IS_SEND",
table: "T_FO_ENTERPRISE_INFORMATION_REGISTRATION",
type: "bit",
nullable: false,
defaultValue: false);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "IS_SEND",
table: "T_FO_ENTERPRISE_INFORMATION_REGISTRATION");
}
}
}