SchemaSpy Analysis of wf_tracking.dbo - Anomalies |
Generated by SchemaSpy |
| Things that might not be 'quite right' about your schema: | Please support this project |
-
Columns whose name and type imply a relationship to another table's primary key:
2 instances of anomaly detectedChild Column Implied Parent Column TrackingProfile.Version DefaultTrackingProfile.Version WorkflowInstanceEvent.TrackingWorkflowEventId TrackingWorkflowEvent.TrackingWorkflowEventId -
Tables without indexes:
3 instances of anomaly detectedTable Rows ActivityExecutionStatus 6 TrackingPartitionInterval 1 TrackingPartitionSetName 0 -
Columns that are flagged as both 'nullable' and 'must be unique':
Anomaly not detected -
Tables that contain a single column:
2 instances of anomaly detectedTable Column TrackingPartitionInterval Interval vw_TrackingPartitionInterval Interval -
Tables with incrementing column names, potentially indicating denormalization:
Anomaly not detected -
Columns whose default value is the word 'NULL' or 'null', but the SQL NULL value may have been intended:
Anomaly not detected