Sha256: 2cde65e3f49d43f5eb7f1129efb27624c63002762022445e0219d3c880f11d9b

Contents?: true

Size: 254 Bytes

Versions: 3

Compression:

Stored size: 254 Bytes

Contents

class CreateFormolForums < ActiveRecord::Migration
  def change
    create_table :formol_forums do |t|
      t.belongs_to  :category
      t.string      :label,           :limit => 32
      t.text        :description
      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formol-0.0.6 db/migrate/20111221111417_create_formol_forums.rb
formol-0.0.5 db/migrate/20111221111417_create_formol_forums.rb
formol-0.0.4 db/migrate/20111221111417_create_formol_forums.rb