Skip to content

Commit da9a691

Browse files
Add foreign key constraint for GameId in Signatures_Roms table
1 parent 05aa060 commit da9a691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE `Signatures_Roms` ADD CONSTRAINT `fk_Signatures_Games` FOREIGN KEY (`GameId`) REFERENCES `Signatures_Games` (`Id`) ON DELETE CASCADE;

0 commit comments

Comments
 (0)