From 85db7c5287ae58efc108263f7a40bdbd02de1a82 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 21 Jul 2022 10:06:02 +0430 Subject: added docs for the db using schemaspy --- dbdocs/constraints.html | 182 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 dbdocs/constraints.html (limited to 'dbdocs/constraints.html') diff --git a/dbdocs/constraints.html b/dbdocs/constraints.html new file mode 100644 index 0000000..c640050 --- /dev/null +++ b/dbdocs/constraints.html @@ -0,0 +1,182 @@ + + + + + + spring Database + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + +
+ +
+

Constraints

+
+ +
+
+
+ +

0 Foreign Key Constraints

+
+ + +
+
+
+ + + + + + + + + + + +
Constraint NameChild ColumnParent ColumnDelete Rule
+
+
+
+
+ +

Check Constraints

+
+ + +
+
+
+ + + + + + + + + + +
TableConstraint NameConstraint
+
+
+
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3