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