diff options
Diffstat (limited to 'tables.sql')
-rw-r--r-- | tables.sql | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,13 +1,3 @@ -CREATE TABLE IF NOT EXISTS theme( - id INTEGER PRIMARY KEY AUTO_INCREMENT, - main VARCHAR(255) NOT NULL, - description VARCHAR(255) NOT NULL, - votes INTEGER DEFAULT FALSE, - hidden BOOLEAN DEFAULT FALSE, - - UNIQUE KEY main (main, description) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; - -- TODO: Remove dropping -- DROP TABLE IF EXISTS motto_votes; -- DROP TABLE IF EXISTS mottos; |