using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace API.Migrations { /// public partial class dev0303252 : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "state", table: "Jobs", type: "smallint", nullable: false, oldClrType: typeof(int), oldType: "integer"); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "state", table: "Jobs", type: "integer", nullable: false, oldClrType: typeof(byte), oldType: "smallint"); } } }