# == Schema Information # # Table name: stories # # id :bigint not null, primary key # color :integer # completion_status :text # content_rating :text # cover_image :text # date_modified :datetime # date_published :datetime not null # date_updated :datetime # description_html :text # num_comments :integer default(0), not null # num_views :integer default(0), not null # num_words :integer not null # prequel :integer # rating :integer not null # short_description :text # title :text not null # total_num_views :integer default(0), not null # author_id :bigint not null # # Indexes # # index_stories_on_author_id (author_id) # # This model initially had no columns defined. If you add columns to the # model remove the "{}" from the fixture names and add the columns immediately # below each fixture, per the syntax in the comments below # one: {} # column: value # two: {} # column: value