Columns whose name and type imply a relationship to another table's primary key
Child Column | Implied Parent Column |
---|---|
addressbook_mlist_ass.[ml_id] | addressbook_mlist.[ml_id] |
payment_shopping_cart.[session_id] | usr_session_stats_raw.[session_id] |
skl_user_has_level.[trigger_obj_type] | adv_md_substitutions.[obj_type] |
skl_user_skill_level.[trigger_obj_type] | adv_md_substitutions.[obj_type] |
Tables without indexes
Tables that contain a single column
Tables with incrementing column names, potentially indicating denormalization
Columns whose default value is the word 'NULL' or 'null'
Table | ||
---|---|---|
Anomaly not detected |