mig
This commit is contained in:
@@ -1271,7 +1271,8 @@ namespace Webshop.Infrastructure.Migrations
|
||||
{
|
||||
b.HasOne("Webshop.Domain.Entities.Customer", "Customer")
|
||||
.WithMany("Reviews")
|
||||
.HasForeignKey("CustomerId");
|
||||
.HasForeignKey("CustomerId")
|
||||
.OnDelete(DeleteBehavior.SetNull);
|
||||
|
||||
b.HasOne("Webshop.Domain.Entities.Product", "Product")
|
||||
.WithMany("Reviews")
|
||||
|
||||
Reference in New Issue
Block a user