UnindexedForeignKeys currently checks only for columns named like _id. In most cases, these really are (or acting like without real db FOREIGN KEY constraint) foreign key columns.
But this detector misses real unindexed foreign keys with non-standard names.
UnindexedForeignKeys
currently checks only for columns named like_id
. In most cases, these really are (or acting like without real dbFOREIGN KEY
constraint) foreign key columns. But this detector misses real unindexed foreign keys with non-standard names.