using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace wtmProject.DataAccess.Migrations { public partial class hmr2025011501 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "CustomShortName", table: "WTM_CUSTOM", type: "nvarchar(50)", maxLength: 50, nullable: true, oldClrType: typeof(string), oldType: "nvarchar(50)", oldMaxLength: 50); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "CustomShortName", table: "WTM_CUSTOM", type: "nvarchar(50)", maxLength: 50, nullable: false, defaultValue: "", oldClrType: typeof(string), oldType: "nvarchar(50)", oldMaxLength: 50, oldNullable: true); } } }