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