class CreateColors < ActiveRecord::Migration def change create_table :colors do |t| t.string :name t.integer :product_id t.timestamps end end end