20180506221944_add_actor_type_to_accounts.rb 130 B

12345
  1. class AddActorTypeToAccounts < ActiveRecord::Migration[5.2]
  2. def change
  3. add_column :accounts, :actor_type, :string
  4. end
  5. end