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
Anomaly not detected

Tables without indexes

Tables that contain a single column

Table Column
product_definition
acl_role_sets_audit
activities_audit
archive_runs_audit
calendar_audit
categories_audit
changetimers_audit
cj_web_hooks_audit
cloud_drive_paths_audit
commentlog_audit
console_configuration_audit
contract_types_audit
dashboards_audit
data_archivers_audit
dri_subworkflow_templates_audit
dri_subworkflows_audit
dri_workflow_task_templates_audit
dri_workflow_templates_audit
eapm_audit
embedded_files_audit
external_users_audit
externalusers
filters_audit
forecast_worksheets_audit
hint_accountsets_audit
hint_enrich_field_config_audit
hint_news_notifications_audit
hint_notification_targets_audit
kbarticles_audit
kbdocuments_audit
manufacturers_audit
mobile_devices_audit
notifications_audit
oauth_consumer_audit
pdfmanager_audit
pmse_bpm_activity_definition_audit
pmse_bpm_activity_step_audit
pmse_bpm_activity_user_audit
pmse_bpm_config_audit
pmse_bpm_dynamic_forms_audit
pmse_bpm_event_definition_audit
pmse_bpm_flow_audit
pmse_bpm_form_action_audit
pmse_bpm_gateway_definition_audit
pmse_bpm_group_audit
pmse_bpm_group_user_audit
pmse_bpm_notes_audit
pmse_bpm_process_definition_audit
pmse_bpm_related_dependency_audit
pmse_bpm_thread_audit
pmse_bpmn_activity_audit
pmse_bpmn_artifact_audit
pmse_bpmn_bound_audit
pmse_bpmn_data_audit
pmse_bpmn_diagram_audit
pmse_bpmn_documentation_audit
pmse_bpmn_event_audit
pmse_bpmn_extension_audit
pmse_bpmn_flow_audit
pmse_bpmn_gateway_audit
pmse_bpmn_lane_audit
pmse_bpmn_laneset_audit
pmse_bpmn_participant_audit
pmse_bpmn_process_audit
pmse_business_rules_audit
pmse_email_message_audit
pmse_emails_templates_audit
pmse_inbox_audit
pmse_project_audit
product_categories_audit
product_types_audit
pubsub_moduleevent_pushsubs_audit
push_notifications_audit
roles
saved_reports_audit
schedulers_audit
shippers_audit
styleguide_audit
subscriptions_audit
sugar_live_audit
sugarfavorites_audit
taxrates_audit
teams_audit
users_signatures_audit
visual_pipeline_audit
weblogichooks_audit

Tables with incrementing column names, potentially indicating denormalization

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

Table
Anomaly not detected