Sha256: ec365139efdab7ce16c220690c2490887c28c378e83b32d2e0d61a464a89d08c

Contents?: true

Size: 134 Bytes

Versions: 6

Compression:

Stored size: 134 Bytes

Contents

class AddCustomerToShoppeOrders < ActiveRecord::Migration
  def change
    add_column :shoppe_orders, :customer_id, :integer
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
shoppe-1.1.2 db/migrate/20150315215633_add_customer_to_shoppe_orders.rb
shoppe-1.1.1 db/migrate/20150315215633_add_customer_to_shoppe_orders.rb
shoppe-1.1.0 db/migrate/20150315215633_add_customer_to_shoppe_orders.rb
shoppe-1.0.9 db/migrate/20150315215633_add_customer_to_shoppe_orders.rb
shoppe-1.0.8 db/migrate/20150315215633_add_customer_to_shoppe_orders.rb
kylekthompson-shoppe-1.0.7 db/migrate/20150315215633_add_customer_to_shoppe_orders.rb