Mise à jour de 'scripts/init.sql'
continuous-integration/drone/push Build is passing Details

master
Kevin MONDEJAR 3 months ago
parent 91a5f65867
commit 837e3a05e9

@ -111,7 +111,7 @@ CREATE TABLE Favorite(
);
CREATE TABLE Commentary(
id_comment varchar(100) PRIMARY KEY,
id_comment SERIAL PRIMARY KEY,
quote SERIAL NOT NULL,
users SERIAL NOT NULL,
dateC date NOT NULL,

Loading…
Cancel
Save