Toggle helper tables
CREATE TABLE `user_badge` ( `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `badge_id` INTEGER NULL, `user_id` INTEGER NULL )