mh_jy_safe/APT.Data.Migrations/Migrations/20250922031446_wyw2025092203.cs

25 lines
685 B
C#
Raw Permalink Normal View History

2025-09-22 14:40:33 +08:00
using Microsoft.EntityFrameworkCore.Migrations;
namespace APT.Data.Migrations.Migrations
{
public partial class wyw2025092203 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<bool>(
name: "ISTOCHILE",
table: "T_PF_HOME_TITLE",
type: "bit",
nullable: false,
defaultValue: false);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "ISTOCHILE",
table: "T_PF_HOME_TITLE");
}
}
}