Sha256: a67e636e85dd22fa2a6ada74cb0fa4560c76f3d3803925d6f246b5879ca63b7b

Contents?: true

Size: 274 Bytes

Versions: 6

Compression:

Stored size: 274 Bytes

Contents

class CreateWafflemixContentSections < ActiveRecord::Migration
  def change
    create_table :wafflemix_content_sections do |t|
      t.integer :contentable_id
      t.string :contentable_type
      t.string :name
      t.text :content

      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wafflemix-0.0.6 db/migrate/20120923131307_create_wafflemix_content_sections.rb
wafflemix-0.0.5 db/migrate/20120923131307_create_wafflemix_content_sections.rb
wafflemix-0.0.4 db/migrate/20120923131307_create_wafflemix_content_sections.rb
wafflemix-0.0.3 db/migrate/20120923131307_create_wafflemix_content_sections.rb
wafflemix-0.0.2 db/migrate/20120923131307_create_wafflemix_content_sections.rb
wafflemix-0.0.1 db/migrate/20120923131307_create_wafflemix_content_sections.rb