Update snapshot to make properties nullable.

This commit is contained in:
Kevin Matsubara 2025-04-06 19:59:00 +02:00
parent cccd9ba8e0
commit a49717ff49

View File

@ -32,7 +32,7 @@ namespace EntityFrameworkCore.Data.Migrations
b.HasKey("Id"); b.HasKey("Id");
b.ToTable("Coaches"); b.ToTable("Coaches", (string)null);
}); });
modelBuilder.Entity("EntityFrameworkCore.Domain.Team", b => modelBuilder.Entity("EntityFrameworkCore.Domain.Team", b =>
@ -49,7 +49,7 @@ namespace EntityFrameworkCore.Data.Migrations
b.HasKey("TeamId"); b.HasKey("TeamId");
b.ToTable("Teams"); b.ToTable("Teams", (string)null);
b.HasData( b.HasData(
new new