about summary refs log blame commit diff
path: root/db/migrate/20180410204633_add_fields_to_accounts.rb
blob: 5b8c17480f20644556580cdc26c7f014eba8792a (plain) (tree)
1
2
3
4
5



                                                        
class AddFieldsToAccounts < ActiveRecord::Migration[5.1]
  def change
    add_column :accounts, :fields, :jsonb
  end
end