fixed errors created during standardisation
This commit is contained in:
parent
8bfc3ae46d
commit
0c71b50ab5
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ CREATE TABLE Publie_Externe(
|
||||||
ON DELETE CASCADE
|
ON DELETE CASCADE
|
||||||
ON UPDATE CASCADE,
|
ON UPDATE CASCADE,
|
||||||
CONSTRAINT pk_publieExterne
|
CONSTRAINT pk_publieExterne
|
||||||
PRIMARY KEY (idPublication, idAuteurExterne),
|
PRIMARY KEY (idPublication, idAuteurExterne)
|
||||||
);
|
);
|
||||||
|
|
||||||
--Yasmine
|
--Yasmine
|
||||||
|
|
Loading…
Reference in a new issue