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