SchemaSpy Analysis of webco_3.9.3.public - Anomalies | 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:
-
Columns that are flagged as both 'nullable' and 'must be unique':
Column authentication.pin authentication.pin_hash freelancer_person_location.location_oid freelancer_person_location.person_oid person.barcode person.userid person.userid person_location_signature.location_oid person_location_signature.person_oid pir_person_location.location_oid pir_person_location.person_oid resource.barcode resource.foreignid resource.label_id resource_controller.device_id task_group.group_oid task_group.task_oid task_person.person_oid task_person.task_oid task_resource.resource_oid task_resource.task_oid task_resource_type.rtype_oid task_resource_type.task_oid wco_authorization.organization wco_authorization.person -
Tables that contain a single column:
Table Column resource_sleep_queue obj_oid resource_wake_queue obj_oid wco_version version -
Tables with incrementing column names, potentially indicating denormalization:
Table department department_ext organization person person_ext wco_group -
Columns whose default value is the word 'NULL' or 'null', but the SQL NULL value may have been intended:
Anomaly not detected