using Microsoft.EntityFrameworkCore.Migrations; namespace WCS.Service.Migrations { public partial class _9281 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "HEIGHT", table: "WCS_STATION521", type: "smallint", nullable: false, oldClrType: typeof(int), oldType: "int"); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "HEIGHT", table: "WCS_STATION521", type: "int", nullable: false, oldClrType: typeof(short), oldType: "smallint"); } } }