20170318214217_add_header_remote_url_to_accounts.rb 169 B

12345
  1. class AddHeaderRemoteURLToAccounts < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :accounts, :header_remote_url, :string, null: false, default: ''
  4. end
  5. end