Gab-Social/db/migrate/20180506221944_add_actor_type_to_accounts.rb

6 lines
130 B
Ruby
Raw Normal View History

2019-07-02 07:10:25 +00:00
class AddActorTypeToAccounts < ActiveRecord::Migration[5.2]
def change
add_column :accounts, :actor_type, :string
end
end