Toggle helper tables
CREATE TABLE `issue_label` ( `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `issue_id` INTEGER NULL, `label_id` INTEGER NULL )