Columns whose name and type imply a relationship to another table's primary key
Child Column | Implied Parent Column | |
---|---|---|
Anomaly not detected |
Tables without indexes
Table | Rows |
---|---|
DATABASECHANGELOG | 1034 |
m_trial_balance | 0 |
oauth_access_token | 0 |
oauth_refresh_token | 0 |
Tables that contain a single column
Table | Column |
---|---|
rpt_sequence |
Tables with incrementing column names, potentially indicating denormalization
Table |
---|
m_address |
m_guarantor |
Columns whose default value is the word 'NULL' or 'null'
Table | ||
---|---|---|
Anomaly not detected |