| SchemaSpy Analysis of backend_dev.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:
1 instance of anomaly detectedTable execution_audit -
Columns that are flagged as both 'nullable' and 'must be unique':
6 instances of anomaly detectedColumn ctrl_control.id_proposal ctrl_control.next_number sec_operator.login sec_permission.name sec_role.registration_date sec_system.registration_date -
Tables that contain a single column:
Anomaly not detected -
Tables with incrementing column names, potentially indicating denormalization:
7 instances of anomaly detectedTable aggregate_year_expense contract evaluation_analysis evaluation_notification formal_opinion notification pay_payment_opinion -
Columns whose default value is the word 'NULL' or 'null', but the SQL NULL value may have been intended:
Anomaly not detected