Sha256: 6cfc4459b08475ac3d681861478239311299378cb7f50d2f3762a1585208ea46
Contents?: true
Size: 178 Bytes
Versions: 71
Compression:
Stored size: 178 Bytes
Contents
class AddCollectionToStore < ActiveRecord::Migration def change add_column :stores, :collection, :string, after: 'storable_id' add_index :stores, :collection end end
Version data entries
71 entries across 71 versions & 1 rubygems