ADD : valeur par défaut nbrPartie de Jeu à 0

correction_routeur^2
Victor SOULIER 1 year ago
parent 76c50672df
commit 436e4cad18

@ -144,7 +144,7 @@ CREATE TABLE Decouvrir(
CREATE TABLE Jeu( CREATE TABLE Jeu(
id SERIAL PRIMARY KEY, id SERIAL PRIMARY KEY,
nom varchar(128) NOT NULL UNIQUE, nom varchar(128) NOT NULL UNIQUE,
nbrParties integer NOT NULL nbrParties integer NOT NULL DEFAULT 0
); );

Loading…
Cancel
Save