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