using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace TaskManager.EntityFramework.Migrations { /// public partial class z202506030001 : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "QuantityDemand3", table: "SUPPLIER_MRP_DATE", type: "decimal(18,2)", nullable: false, oldClrType: typeof(int), oldType: "int"); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "QuantityDemand3", table: "SUPPLIER_MRP_DATE", type: "int", nullable: false, oldClrType: typeof(decimal), oldType: "decimal(18,2)"); } } }