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