using Microsoft.EntityFrameworkCore.Migrations; namespace WCS.Service.Migrations { public partial class _21041404 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.RenameColumn( name: "Type", table: "WCS_PLC", newName: "TYPE"); migrationBuilder.RenameColumn( name: "Model", table: "WCS_PLC", newName: "MODEL"); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.RenameColumn( name: "TYPE", table: "WCS_PLC", newName: "Type"); migrationBuilder.RenameColumn( name: "MODEL", table: "WCS_PLC", newName: "Model"); } } }