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