CREATE TABLE `title_messages` ( `title_id` integer NOT NULL, `message_id` text NOT NULL, PRIMARY KEY(`message_id`, `title_id`) );