mh_custom/wtmProject.DataAccess/Migrations/20250411082049_hmr2025041101.cs

26 lines
701 B
C#
Raw Normal View History

2026-01-06 10:55:05 +08:00
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace wtmProject.DataAccess.Migrations
{
public partial class hmr2025041101 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<string>(
name: "ProcessStr",
table: "WTM_BUSINESS",
type: "nvarchar(max)",
nullable: true);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "ProcessStr",
table: "WTM_BUSINESS");
}
}
}