Refactor
This commit is contained in:
parent
c643eb1318
commit
453106c277
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ switch ($step) {
|
||||||
`wishlist` int NOT NULL,
|
`wishlist` int NOT NULL,
|
||||||
`url` VARCHAR(255) NOT NULL,
|
`url` VARCHAR(255) NOT NULL,
|
||||||
FOREIGN KEY (`wishlist`)
|
FOREIGN KEY (`wishlist`)
|
||||||
REFERENCES `wishlists` (id)
|
REFERENCES `wishlists` (`id`)
|
||||||
ON DELETE CASCADE
|
ON DELETE CASCADE
|
||||||
);');
|
);');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue