mh_jy_safe/APT.Data.Migrations/Migrations/20260416024242_wyw2026041601.cs

25 lines
673 B
C#
Raw Normal View History

2026-04-16 11:03:26 +08:00
using Microsoft.EntityFrameworkCore.Migrations;
namespace APT.Data.Migrations.Migrations
{
public partial class wyw2026041601 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<bool>(
name: "ISDEFAULT",
table: "T_FM_ROLE",
type: "bit",
nullable: false,
defaultValue: false);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "ISDEFAULT",
table: "T_FM_ROLE");
}
}
}