class CreateCommentRates < ActiveRecord::Migration def change create_table :comment_rates do |t| t.integer :comment_id t.integer :rate t.integer :created_by t.integer :updated_by t.timestamps end end end