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
clients.[external_id] BlUpgrades.[id]
Configurations.[serviceNodeId] IisAppPoolsPolicy.[serviceNodeId]
data_bases.[external_id] BlUpgrades.[id]
db_users.[external_id] BlUpgrades.[id]
dns_recs.[external_id] BlUpgrades.[id]
dns_recs_t.[uid] dns_refs.[uid]
dns_zone.[external_id] BlUpgrades.[id]
dom_level_usrs.[uid] dns_refs.[uid]
domain_aliases.[external_id] BlUpgrades.[id]
domains.[external_id] BlUpgrades.[id]
exp_event.[obj_id] BlUpgrades.[id]
ftp_users.[external_id] BlUpgrades.[id]
hosting.[php_handler_id] BlUpgrades.[id]
SBResellers.[sb_reseller_id] BlUpgrades.[id]
secret_keys.[key_id] BlUpgrades.[id]
secret_keys.[lookup_id] BlUpgrades.[id]
Subscriptions.[external_id] BlUpgrades.[id]
suspend_handler_history.[session_id] BlUpgrades.[id]
Templates.[external_id] BlUpgrades.[id]
Webmails.[product_id] BlUpgrades.[id]
Webmails.[serviceNodeId] IisAppPoolsPolicy.[serviceNodeId]

Tables without indexes

Table Rows
SchemaVersions 0

Tables that contain a single column

Tables with incrementing column names, potentially indicating denormalization

Table
Anomaly not detected

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

Table
Anomaly not detected