Sha256: e60b6e7ee6a72e7b25088d754e1f33c5da843583948c80e3bebdc699e2e337ec
Contents?: true
Size: 209 Bytes
Versions: 3
Compression:
Stored size: 209 Bytes
Contents
class CreateFormolTopics < ActiveRecord::Migration def change create_table :formol_topics do |t| t.belongs_to :forum t.string :title, :limit => 48 t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems