CREATE TABLE `originator_notes` ( `id` int NOT NULL AUTO_INCREMENT PRIMARY KEY, `originator_id` int(11) NOT NULL, `text` text NOT NULL, `created_at` datetime NOT NULL, `created_by` int(11) NOT NULL ) COLLATE 'utf8_general_ci';