Création d'une page de gestion des humeurs
This commit is contained in:
+7
-1
@@ -3,4 +3,10 @@ CREATE TABLE IF NOT EXISTS `message` (
|
||||
`enable` BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
`text` VARCHAR(256) NULL,
|
||||
periodicity INTEGER NULL
|
||||
);
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `humeur` (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
`enable` BOOLEAN NOT NULL DEFAULT TRUE,
|
||||
`text` VARCHAR(256) NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user