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