mh_jy_safe/APT.Data.Migrations/Migrations/20260204004819_wyw2026020401.cs

25 lines
680 B
C#
Raw Permalink Normal View History

using Microsoft.EntityFrameworkCore.Migrations;
namespace APT.Data.Migrations.Migrations
{
public partial class wyw2026020401 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<int>(
name: "COUNT_RETRY",
table: "T_SE_SECONFIG",
type: "int",
nullable: false,
defaultValue: 1);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "COUNT_RETRY",
table: "T_SE_SECONFIG");
}
}
}