-- -- Created by SQL::Translator::Producer::MySQL -- Created on Wed Sep 10 16:34:40 2014 -- SET foreign_key_checks=0; -- -- Table: `journals` -- CREATE TABLE `journals` ( `id` INTEGER NOT NULL, `date` INTEGER NOT NULL comment 'optional', `fulltext` text NULL, `image_url` text NULL, PRIMARY KEY (`id`) ); SET foreign_key_checks=1;