Sha256: 2f950b4eef1b7dee28835be0388c3b6fa4c63646a5576f3f023897018a6d3b16
Contents?: true
Size: 438 Bytes
Versions: 15
Compression:
Stored size: 438 Bytes
Contents
CREATE TABLE `comments` ( `id` int(11) NOT NULL auto_increment, `author` varchar(100) NOT NULL default '', `content` text NOT NULL, `content_id` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE `contents` ( `id` int(11) NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Version data entries
15 entries across 15 versions & 4 rubygems