Sha256: 562b51d2d83044f40eaa3df6aaad8a0ff20c0a4b65362f01ff85532f5daa75d7
Contents?: true
Size: 155 Bytes
Versions: 5
Compression:
Stored size: 155 Bytes
Contents
class AddPhotosToProduct < ActiveRecord::Migration def change add_column :photos, :product_id, :integer add_index :photos, :product_id end end
Version data entries
5 entries across 5 versions & 1 rubygems