using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace TaskManager.EntityFramework.Migrations { /// public partial class z202506200001 : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "FailedInfo", table: "TaskSub", type: "nvarchar(max)", nullable: true, oldClrType: typeof(string), oldType: "nvarchar(30)", oldMaxLength: 30, oldNullable: true); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "FailedInfo", table: "TaskSub", type: "nvarchar(30)", maxLength: 30, nullable: true, oldClrType: typeof(string), oldType: "nvarchar(max)", oldNullable: true); } } }