Sha256: 9dad871517cf4f2129d51476d97c7ea29f2b064551ed5e77f68c7490390b28b6
Contents?: true
Size: 128 Bytes
Versions: 4
Compression:
Stored size: 128 Bytes
Contents
class AddSupplierIdToProducts < ActiveRecord::Migration def change add_column :products, :supplier_id, :integer end end
Version data entries
4 entries across 4 versions & 1 rubygems