using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace WCS.Service.Migrations { public partial class _15 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "RES6", table: "WCS_RGV521", type: "smallint", nullable: false, defaultValue: (short)0); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "RES6", table: "WCS_RGV521"); } } }