about summary refs log tree commit diff
path: root/db/migrate/20180410204633_add_fields_to_accounts.rb
blob: 5b8c17480f20644556580cdc26c7f014eba8792a (plain) (blame)
1
2
3
4
5
class AddFieldsToAccounts < ActiveRecord::Migration[5.1]
  def change
    add_column :accounts, :fields, :jsonb
  end
end