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