Toggle helper tables
CREATE TABLE `user_redirect` ( `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `lower_name` TEXT NOT NULL, `redirect_user_id` INTEGER NULL )