20210414013622_21041401.cs 641 B

1234567891011121314151617181920212223
  1. using Microsoft.EntityFrameworkCore.Migrations;
  2. namespace WCS.Service.Migrations
  3. {
  4. public partial class _21041401 : Migration
  5. {
  6. protected override void Up(MigrationBuilder migrationBuilder)
  7. {
  8. migrationBuilder.RenameColumn(
  9. name: "DATATYPE",
  10. table: "WCS_DATABLOCK",
  11. newName: "PROTOCOL");
  12. }
  13. protected override void Down(MigrationBuilder migrationBuilder)
  14. {
  15. migrationBuilder.RenameColumn(
  16. name: "PROTOCOL",
  17. table: "WCS_DATABLOCK",
  18. newName: "DATATYPE");
  19. }
  20. }
  21. }