Columns whose name and type imply a relationship to another table's primary key
Child Column | Implied Parent Column |
---|---|
cache.[key] | cache_locks.[key] |
notifications_attribs.[key] | cache_locks.[key] |
Tables without indexes
Table | Rows |
---|---|
alert_log | 0 |
Tables that contain a single column
Table | Column |
---|---|
dbSchema |
Tables with incrementing column names, potentially indicating denormalization
Table | ||
---|---|---|
Anomaly not detected |
Columns whose default value is the word 'NULL' or 'null'
Table | ||
---|---|---|
Anomaly not detected |