migration applied
This commit is contained in:
parent
4d74fc8d56
commit
53bca59c18
41 changed files with 13882 additions and 913 deletions
|
|
@ -99,7 +99,7 @@ namespace Yavsc.Migrations
|
|||
column: x => x.PaymentId,
|
||||
principalTable: "PayPalPayment",
|
||||
principalColumn: "CreationToken",
|
||||
onDelete: ReferentialAction.Restrict);
|
||||
onDelete: ReferentialAction.Cascade);
|
||||
table.ForeignKey(
|
||||
name: "FK_Project_PerformerProfile_PerformerId",
|
||||
column: x => x.PerformerId,
|
||||
|
|
|
|||
3554
src/Yavsc/Migrations/20230326173049_net7.Designer.cs
generated
Normal file
3554
src/Yavsc/Migrations/20230326173049_net7.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
7089
src/Yavsc/Migrations/20230326173049_net7.cs
Normal file
7089
src/Yavsc/Migrations/20230326173049_net7.cs
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue