Toggle helper tables
+/- table definition
CREATE TABLE `users` ( `id` text PRIMARY KEY NOT NULL, `disabled` integer DEFAULT false NOT NULL )