Update snapshot to make properties nullable.
This commit is contained in:
parent
cccd9ba8e0
commit
a49717ff49
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user