Sha256: c9093793dca49bd3047baf1cf3a43d6ca18f7e422f691c81d856e6b5a962e0d8

Contents?: true

Size: 142 Bytes

Versions: 7

Compression:

Stored size: 142 Bytes

Contents

class AddCustomerToKktShoppeOrders < ActiveRecord::Migration
  def change
    add_column :kkt_shoppe_orders, :customer_id, :integer
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 db/migrate/20150315215633_add_customer_to_kkt_shoppe_orders.rb
kkt_shoppe-2.0.1 db/migrate/20150315215633_add_customer_to_kkt_shoppe_orders.rb
kkt_shoppe-2.0.0 db/migrate/20150315215633_add_customer_to_kkt_shoppe_orders.rb
kkt_shoppe-1.3.0 db/migrate/20150315215633_add_customer_to_kkt_shoppe_orders.rb
kkt_shoppe-1.1.2 db/migrate/20150315215633_add_customer_to_kkt_shoppe_orders.rb
kkt_shoppe-1.1.1 db/migrate/20150315215633_add_customer_to_kkt_shoppe_orders.rb
kkt_shoppe-1.1.0 db/migrate/20150315215633_add_customer_to_kkt_shoppe_orders.rb