20210928080135_9-28-2.cs 670 B

123456789101112131415161718192021222324
  1. using Microsoft.EntityFrameworkCore.Migrations;
  2. namespace WCS.Service.Migrations
  3. {
  4. public partial class _9282 : Migration
  5. {
  6. protected override void Up(MigrationBuilder migrationBuilder)
  7. {
  8. migrationBuilder.DropColumn(
  9. name: "HEIGHT",
  10. table: "WCS_STATION521");
  11. }
  12. protected override void Down(MigrationBuilder migrationBuilder)
  13. {
  14. migrationBuilder.AddColumn<short>(
  15. name: "HEIGHT",
  16. table: "WCS_STATION521",
  17. type: "smallint",
  18. nullable: false,
  19. defaultValue: (short)0);
  20. }
  21. }
  22. }