fix: issue with foreign keys

This commit is contained in:
Théo Le Lez
2025-02-11 21:15:13 +01:00
parent 36e4967394
commit 1e97177777
24 changed files with 636 additions and 613 deletions

View File

@ -17,7 +17,6 @@ date_creation DATE ,
status_projet VARCHAR(255) ,
CONSTRAINT pk_projet PRIMARY KEY (id_projet) );
CREATE TABLE utilisateurs
(
id_utilisateur SERIAL NOT NULL,