using Microsoft.EntityFrameworkCore.Migrations; namespace APT.Data.Migrations.Migrations { public partial class wyw2026020401 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( 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"); } } }