| SchemaSpy Analysis of master_kaltura - Anomalies Kaltura 1 database | Generated by SchemaSpy |
| Things that might not be 'quite right' about your schema: |
|
-
Columns whose name and type imply a relationship to another table's primary key:
Anomaly not detected -
Tables without indexes:
1 instance of anomaly detectedTable Rows tmp 0 -
Columns that are flagged as both 'nullable' and 'must be unique':
8 instances of anomaly detectedColumn partner_activity.activity partner_activity.activity_date partner_activity.partner_id partner_activity.sub_activity unique_visitors_cookie.date unique_visitors_cookie.uv_id unique_visitors_ip.date unique_visitors_ip.ip -
Tables that contain a single column:
1 instance of anomaly detectedTable Column blocked_email email -
Tables with incrementing column names, potentially indicating denormalization:
6 instances of anomaly detectedTable kshow kwidget_log partner partner_activity partner_stats widget_log -
Columns whose default value is the word 'NULL' or 'null', but the SQL NULL value may have been intended:
Anomaly not detected