Anomalies


Things that might not be 'quite right' about your database and schema

Columns whose name and type imply a relationship to another table's primary key

Child Column Implied Parent Column
channel_rates.[currency_code] currencies.[code]
country.[code] currencies.[code]
interface_avail_logs.[trace_id] files.[id]
itemizer.[code] tax.[code]
rate_daily.[currency_code] currencies.[code]
x_country.[code] currencies.[code]

Tables that contain a single column

Table Column
Anomaly not detected

Columns whose default value is the word 'NULL' or 'null'

Table
Anomaly not detected