class AddModuloToToken < ActiveRecord::Migration[5.2]
  def change
    add_column :tokens, :modulo_id, :bigint
    add_column :tokens, :modulo_type, :string
  end
end
