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

Version Path
cehoffman-acts_as_ferret-0.4.4 doc/demo/db/development_structure.sql
jkraemer-acts_as_ferret-0.4.4 doc/demo/db/development_structure.sql
acts_as_ferret-0.5.4 doc/demo/db/development_structure.sql
acts_as_ferret-0.5.3 doc/demo/db/development_structure.sql
watson-acts_as_ferret-0.4.8.2 doc/demo/db/development_structure.sql
acts_as_ferret-0.5.2 doc/demo/db/development_structure.sql
acts_as_ferret-0.4.8.2 doc/demo/db/development_structure.sql
acts_as_ferret-0.4.8.1 doc/demo/db/development_structure.sql
acts_as_ferret-0.5.1 doc/demo/db/development_structure.sql
acts_as_ferret-0.5 doc/demo/db/development_structure.sql
acts_as_ferret-0.4.8.rails3 doc/demo/db/development_structure.sql
acts_as_ferret-0.4.8 doc/demo/db/development_structure.sql
acts_as_ferret-0.4.7 doc/demo/db/development_structure.sql
acts_as_ferret-0.4.6 doc/demo/db/development_structure.sql
acts_as_ferret-0.4.4 doc/demo/db/development_structure.sql