From 8b6b707c085c2991bcc926d276cfbf0c8e23e9cb Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 8 Aug 2022 19:03:17 +0430 Subject: removed the docs, we no longer need them --- dbdocs/anomalies.html | 263 -------------------------------------------------- 1 file changed, 263 deletions(-) delete mode 100644 dbdocs/anomalies.html (limited to 'dbdocs/anomalies.html') diff --git a/dbdocs/anomalies.html b/dbdocs/anomalies.html deleted file mode 100644 index e109e30..0000000 --- a/dbdocs/anomalies.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - spring Database - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - -
- -
-

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 ColumnImplied Parent Column
Anomaly not detected
-
-
-
-
-
-
-

Tables without indexes

-
- - -
-
-
- - - - - - - - - - - - -
TableRows
Anomaly not detected
-
-
-
-
-
-
-

Tables that contain a single column

-
- - -
-
-
- - - - - - - - - - - - -
TableColumn
Anomaly not detected
-
-
-
-
-
-
-

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
-
-
-
-
-
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3