using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace FlexJobApi.Database.Migrations.Migrations { /// public partial class CodeUrl0909 : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "ParamValue1", table: "CodeUrl", type: "nvarchar(max)", nullable: true); migrationBuilder.AddColumn( name: "ParamValue2", table: "CodeUrl", type: "nvarchar(max)", nullable: true); migrationBuilder.AddColumn( name: "ParamValue3", table: "CodeUrl", type: "nvarchar(max)", nullable: true); migrationBuilder.AddColumn( name: "ParamValue4", table: "CodeUrl", type: "nvarchar(max)", nullable: true); migrationBuilder.AddColumn( name: "ParamValue5", table: "CodeUrl", type: "nvarchar(max)", nullable: true); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "ParamValue1", table: "CodeUrl"); migrationBuilder.DropColumn( name: "ParamValue2", table: "CodeUrl"); migrationBuilder.DropColumn( name: "ParamValue3", table: "CodeUrl"); migrationBuilder.DropColumn( name: "ParamValue4", table: "CodeUrl"); migrationBuilder.DropColumn( name: "ParamValue5", table: "CodeUrl"); } } }