class AddControleIdToAcessoPermissao < ActiveRecord::Migration[5.2]
  def change
    add_column :acesso_permissoes, :controle_id, :bigint
  end
end
