Toggle helper tables
+/- table definition
CREATE TABLE `notice` ( `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `type` INTEGER NULL, `description` TEXT NULL, `created_unix` INTEGER NULL )