les types date et time, c'est cool
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user