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