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