using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace JiShe.IoT.Migrations { /// public partial class updateThingModel2 : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.RenameColumn( name: "RawFieldName", table: "ServiceProDeviceThingModelInfo", newName: "IoTPlatformRawFieldName"); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.RenameColumn( name: "IoTPlatformRawFieldName", table: "ServiceProDeviceThingModelInfo", newName: "RawFieldName"); } } }