using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace WCS.Service.Migrations { public partial class _11 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "ForkStatus_2", table: "WCS_SRM521", type: "int", nullable: false, oldClrType: typeof(long), oldType: "bigint"); migrationBuilder.AlterColumn( name: "ForkStatus_1", table: "WCS_SRM521", type: "int", nullable: false, oldClrType: typeof(long), oldType: "bigint"); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "ForkStatus_2", table: "WCS_SRM521", type: "bigint", nullable: false, oldClrType: typeof(int), oldType: "int"); migrationBuilder.AlterColumn( name: "ForkStatus_1", table: "WCS_SRM521", type: "bigint", nullable: false, oldClrType: typeof(int), oldType: "int"); } } }