mh_custom/wtmProject.DataAccess/Migrations/20250919071927_hmr2025091901.cs

26 lines
708 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 hmr2025091901 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<decimal>(
name: "DsfCostAmount",
table: "WTM_CONTRACT",
type: "decimal(18,2)",
nullable: true);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "DsfCostAmount",
table: "WTM_CONTRACT");
}
}
}