mh_custom/wtmProject.DataAccess/Migrations/20250114073803_hmr2025011402.cs

27 lines
719 B
C#
Raw Permalink Normal View History

2026-01-06 10:55:05 +08:00
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace wtmProject.DataAccess.Migrations
{
public partial class hmr2025011402 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<int>(
name: "CustomType",
table: "WTM_CUSTOM",
type: "int",
nullable: false,
defaultValue: 0);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "CustomType",
table: "WTM_CUSTOM");
}
}
}