class AddColumnPermissionToUnity < ActiveRecord::Migration[6.0]
  def change
    add_column :unities, :permission, :string
  end
end
