Skip to content

Commit

Permalink
Merge pull request #4296 from greg0ire/improve-formatting
Browse files Browse the repository at this point in the history
Increase indent in definition lists
  • Loading branch information
greg0ire authored Sep 26, 2020
2 parents 1038d55 + 9346bbd commit 22e9258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/explanation/implicit-indexes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ with names such as ``IDX_885DBAFAA76ED395``? In this document, we will
distinguish three types of indexes:

user-defined indexes
indexes you did ask for
indexes you did ask for

DBAL-defined indexes
indexes you did not ask for, created on your behalf by the DBAL
indexes you did not ask for, created on your behalf by the DBAL

RDBMS-defined indexes
indexes you did not ask for, created on your behalf by the RDBMS
indexes you did not ask for, created on your behalf by the RDBMS

RDBMS-defined indexes can be created by some database platforms when you
create a foreign key: they will create an index on the referencing
Expand Down

0 comments on commit 22e9258

Please sign in to comment.