using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace wtmProject.DataAccess.Migrations { public partial class hmr2025012001 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "BusinessSource", table: "WTM_BUSINESS", type: "int", nullable: false, defaultValue: 0, oldClrType: typeof(string), oldType: "nvarchar(max)", oldNullable: true); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "BusinessSource", table: "WTM_BUSINESS", type: "nvarchar(max)", nullable: true, oldClrType: typeof(int), oldType: "int"); } } }