20210920055748_9-20-1.cs 612 B

1234567891011121314151617181920212223
  1. using Microsoft.EntityFrameworkCore.Migrations;
  2. namespace WCS.Service.Migrations
  3. {
  4. public partial class _9201 : Migration
  5. {
  6. protected override void Up(MigrationBuilder migrationBuilder)
  7. {
  8. migrationBuilder.AddColumn<int>(
  9. name: "AgvTask",
  10. table: "WCS_TASK",
  11. type: "int",
  12. nullable: true);
  13. }
  14. protected override void Down(MigrationBuilder migrationBuilder)
  15. {
  16. migrationBuilder.DropColumn(
  17. name: "AgvTask",
  18. table: "WCS_TASK");
  19. }
  20. }
  21. }