Columns whose name and type imply a relationship to another table's primary key
| Child Column | Implied Parent Column |
|---|---|
| bend_migration.[id_bend] | bend_sync.[id_bend] |
| config_role_community.[id_community] | community_lang.[id_community] |
Tables without indexes
| Table |
|---|
| base_activity_place_hour |
Tables that contain a single column
| Table | Column | |
|---|---|---|
| Anomaly not detected | ||
Tables with incrementing column names, potentially indicating denormalization
| Table |
|---|
| address |
Columns whose default value is the word 'NULL' or 'null'
| Table | ||
|---|---|---|
| Anomaly not detected | ||