using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace UbloxSC20.Migrations { /// public partial class updateFreqId : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.RenameColumn( name: "freqId", table: "NavigationModel", newName: "FreqId"); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.RenameColumn( name: "FreqId", table: "NavigationModel", newName: "freqId"); } } }