Doctrine list indexes associated with entities

0

Is there a way to obtain the list of indices by command line, the list of indices associated with the relationships between doctrine tables? I have a hexadesimal index that I can not find, if I use the Oracle database it does not appear among the defined indexes.

Reviewing the doc I found the command:

  • doctrine: schema: validate Validate relationships and remind me that relationships are fine [ok]
  • doctrine: mapping: info Valid if all the entities are ok, returns me [ok]
  • I suppose there must be some way to look up the index by its name, or list them by entity or by db. Thank you very much and happy Christmas!

        
    asked by Cristian Budzicz 20.12.2018 в 14:11
    source

    0 answers