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
APSCatalogUpdates.[package_name] actions.[name]
APSCatalogUpdates.[update_name] actions.[name]
apscategories.[category_name] actions.[name]
APSLicenseTypes.[application_name] actions.[name]
apsResourcesParameters.[name] actions.[name]
avstatistics.[name] actions.[name]
certificates.[name] actions.[name]
clients.[external_id] BlUpgrades.[id]
ComposerInstances.[name] actions.[name]
Configurations.[name] actions.[name]
Configurations.[serviceNodeId] IisAppPoolsPolicy.[serviceNodeId]
custom_buttons.[plan_item_name] actions.[name]
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]
dns_zone.[name] actions.[name]
dom_level_usrs.[uid] dns_refs.[uid]
domain_aliases.[external_id] BlUpgrades.[id]
domain_aliases.[name] actions.[name]
domains.[external_id] BlUpgrades.[id]
domains.[name] actions.[name]
dsn.[name] actions.[name]
exp_event.[obj_id] BlUpgrades.[id]
externalWebmails.[name] actions.[name]
ftp_users.[external_id] BlUpgrades.[id]
hosting.[php_handler_id] BlUpgrades.[id]
key_history.[name] actions.[name]
Logos.[name] actions.[name]
MailLists.[name] actions.[name]
mass_mail.[name] actions.[name]
Modules.[display_name] actions.[name]
Modules.[name] actions.[name]
PlanItems.[name] actions.[name]
report.[name] actions.[name]
report_section.[name] actions.[name]
RestrictedDomains.[name] actions.[name]
SBConfig.[param_name] actions.[name]
SBResellers.[sb_reseller_id] BlUpgrades.[id]
secret_keys.[key_id] BlUpgrades.[id]
secret_keys.[lookup_id] BlUpgrades.[id]
SiteAppsHitsStat.[name] actions.[name]
Skins.[name] actions.[name]
smb_apsCategories.[name] actions.[name]
smb_apsMetas.[name] actions.[name]
smb_apsPackages.[name] actions.[name]
smb_apsProvisionEnvironments.[name] actions.[name]
smb_apsResourceParameters.[name] actions.[name]
smb_apsSettings.[name] actions.[name]
smb_fileSharingUnlistedFiles.[name] actions.[name]
smb_roles.[name] actions.[name]
smb_settings.[name] actions.[name]
subdomains.[name] actions.[name]
Subscriptions.[external_id] BlUpgrades.[id]
suspend_handler_history.[session_id] BlUpgrades.[id]
Templates.[external_id] BlUpgrades.[id]
Templates.[name] actions.[name]
TraceFailedRequestsProviderAreas.[name] actions.[name]
TraceFailedRequestsProviders.[name] actions.[name]
webalizer_group_referrer.[group_name] actions.[name]
Webmails.[name] actions.[name]
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