class CreateOrderItems < ActiveRecord::Migration def change create_table :order_items do |t| t.string :price t.timestamps end end end