remove on cascade delete in primary key
This commit is contained in:
parent
e450fc26a4
commit
94168c014f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ CREATE TABLE Evenement(
|
|||
idEvenement INT NOT NULL,
|
||||
dateDebut DATE,
|
||||
dateFin DATE,
|
||||
PRIMARY KEY (idEvenement) ON DELETE CASCADE
|
||||
PRIMARY KEY (idEvenement)
|
||||
);
|
||||
|
||||
-- Ronan
|
||||
|
|
Loading…
Reference in a new issue