20220501070420_15.cs 675 B

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