Sha256: 93a8896445659a05d1a45dd9b48546f1da964a7520361afa00e4ca5e4238b775

Contents?: true

Size: 320 Bytes

Versions: 6

Compression:

Stored size: 320 Bytes

Contents

class HelpPages < ActiveRecord::Migration
  def change
    create_table :droom_pages do |t|
      t.column :title, :string
      t.column :slug, :string
      t.column :summary, :text
      t.column :body, :text
      t.column :rendered_body, :text
      t.column :video_id, :string
      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
droom-0.5.3 db/migrate/20121012154558_help_pages.rb
droom-0.4.3 db/migrate/20121012154558_help_pages.rb
droom-0.4.2 db/migrate/20121012154558_help_pages.rb
droom-0.4.1 db/migrate/20121012154558_help_pages.rb
droom-0.2.1 db/migrate/20121012154558_help_pages.rb
droom-0.0.1 db/migrate/20121012154558_help_pages.rb