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