20180304013859_add_featured_collection_url_to_accounts.rb 155 B

12345
  1. class AddFeaturedCollectionURLToAccounts < ActiveRecord::Migration[5.1]
  2. def change
  3. add_column :accounts, :featured_collection_url, :string
  4. end
  5. end