diff --git a/EntityFrameworkCore.Data/Migrations/DeadBallZoneLeagueDbContextModelSnapshot.cs b/EntityFrameworkCore.Data/Migrations/DeadBallZoneLeagueDbContextModelSnapshot.cs index 4b4d5d4..63ed0d7 100644 --- a/EntityFrameworkCore.Data/Migrations/DeadBallZoneLeagueDbContextModelSnapshot.cs +++ b/EntityFrameworkCore.Data/Migrations/DeadBallZoneLeagueDbContextModelSnapshot.cs @@ -32,7 +32,7 @@ namespace EntityFrameworkCore.Data.Migrations b.HasKey("Id"); - b.ToTable("Coaches"); + b.ToTable("Coaches", (string)null); }); modelBuilder.Entity("EntityFrameworkCore.Domain.Team", b => @@ -49,7 +49,7 @@ namespace EntityFrameworkCore.Data.Migrations b.HasKey("TeamId"); - b.ToTable("Teams"); + b.ToTable("Teams", (string)null); b.HasData( new