using Microsoft.EntityFrameworkCore.Migrations; namespace WCS.Service.Migrations { public partial class _21041403 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "Type", table: "WCS_PLC", type: "int", nullable: false, defaultValue: 0, oldClrType: typeof(int), oldType: "int", oldNullable: true); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "Type", table: "WCS_PLC", type: "int", nullable: true, oldClrType: typeof(int), oldType: "int"); } } }