using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace TaskManager.EntityFramework.Migrations { /// public partial class z202506090010 : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "IsDelete", table: "SUPPLIER_PRO_TSCHEDUL", type: "nvarchar(max)", nullable: false, oldClrType: typeof(int), oldType: "int"); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "IsDelete", table: "SUPPLIER_PRO_TSCHEDUL", type: "int", nullable: false, oldClrType: typeof(string), oldType: "nvarchar(max)"); } } }