les types date et time, c'est cool

This commit is contained in:
2024-04-16 17:25:38 +02:00
parent 7514a6ed5b
commit bd6c417aa8

View File

@@ -179,8 +179,8 @@ CREATE TABLE
partie (
PRIMARY KEY (idpartie),
idpartie INTEGER NOT NULL AUTO_INCREMENT,
date_partie VARCHAR(42),
horaire VARCHAR(42),
date_partie DATE,
horaire TIME,
duree VARCHAR(42),
etat VARCHAR(42),
idplateau INTEGER,