We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cd5d3 commit 99b3ad4Copy full SHA for 99b3ad4
Server/src/main/resources/schema.sql
@@ -20,7 +20,6 @@ create TABLE `card` (
20
PRIMARY KEY (`cardId`),
21
FOREIGN KEY (`userId`)
22
REFERENCES `user` (`userId`)
23
- ON update CASCADE
24
);
25
26
drop table IF EXISTS `history`;
@@ -33,5 +32,4 @@ create TABLE `history` (
33
32
PRIMARY KEY (`historyId`),
34
35
36
37
0 commit comments