class CreateWidgets < ActiveRecord::Migration def change create_table :widgets do |t| t.string :name t.decimal :cost end end end