From 535b5fddf0982e21ee9e913722276c6d1d78f554 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 31 Oct 2022 17:00:20 +0000 Subject: [PATCH] Updated Schema docs. --- docs/index.html | 161 ++++---------------------- docs/information_schema/index.html | 2 +- docs/information_schema/info-html.txt | 2 +- docs/pg_catalog/index.html | 2 +- docs/pg_catalog/info-html.txt | 2 +- docs/public/columns.html | 50 ++++---- docs/public/index.html | 2 +- docs/public/info-html.txt | 2 +- 8 files changed, 51 insertions(+), 172 deletions(-) diff --git a/docs/index.html b/docs/index.html index f205bd5a3..5c9d2ba89 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,126 +42,18 @@
-
- -
-

Tables


-
-
-
-

SchemaSpy Analysis of testdb

-

Generated on Sun Oct 30 09:45 GMT 2022

-
-
+
+

SchemaSpy Analysis of testdb

+

Generated on Mon Oct 31 17:00 GMT 2022

- XML Representation
- Insertion Order - Deletion Order
-
-
-
- -
- TABLES - 1 -
- -
- -
- -
-
- -
- VIEWS - 0 -
- -
- -
- -
-
- -
- COLUMNS - 6 -
- -
- -
- -
-
- -
- Constraints - 0 -
- -
- -
- -
-
- -
- Anomalies - 0 -
- -
- -
- -
-
- -
- Routines - 0 -
- -
- -
- -

Database Properties

@@ -173,51 +65,38 @@

Database Properties

-

Schema public

- -
-
-

standard public schema

-
-
-
-
-

Tables

+

3 Schemas

- - - - - - - + + - - - - - - + + + + + + + + + +
Table / ViewChildrenParentsColumnsRowsTypeCommentsSchemaComments
accounts0060Tableinformation_schema
pg_catalog

system catalog schema

public

standard public schema

-
+ +
- +
@@ -264,7 +143,7 @@

Tables

- + \ No newline at end of file diff --git a/docs/information_schema/index.html b/docs/information_schema/index.html index 3af930772..1802dc745 100644 --- a/docs/information_schema/index.html +++ b/docs/information_schema/index.html @@ -78,7 +78,7 @@

Tables


SchemaSpy Analysis of testdb

-

Generated on Mon Oct 31 16:57 GMT 2022

+

Generated on Mon Oct 31 17:00 GMT 2022

diff --git a/docs/information_schema/info-html.txt b/docs/information_schema/info-html.txt index c0057f0bb..e60a83d59 100644 --- a/docs/information_schema/info-html.txt +++ b/docs/information_schema/info-html.txt @@ -1,4 +1,4 @@ -date=2022-10-31 16:57:28+0000 +date=2022-10-31 17:00:15+0000 os=Linux 5.15.0-1022-azure schemaspy-version=6.1.0 schemaspy-build=6.1.0.41 2019-09-17 21:52:57 diff --git a/docs/pg_catalog/index.html b/docs/pg_catalog/index.html index 3bfaa9569..8ff274f97 100644 --- a/docs/pg_catalog/index.html +++ b/docs/pg_catalog/index.html @@ -78,7 +78,7 @@

Tables


SchemaSpy Analysis of testdb

-

Generated on Mon Oct 31 16:57 GMT 2022

+

Generated on Mon Oct 31 17:00 GMT 2022

diff --git a/docs/pg_catalog/info-html.txt b/docs/pg_catalog/info-html.txt index 1a38799ec..647065780 100644 --- a/docs/pg_catalog/info-html.txt +++ b/docs/pg_catalog/info-html.txt @@ -1,4 +1,4 @@ -date=2022-10-31 16:57:29+0000 +date=2022-10-31 17:00:16+0000 os=Linux 5.15.0-1022-azure schemaspy-version=6.1.0 schemaspy-build=6.1.0.41 2019-09-17 21:52:57 diff --git a/docs/public/columns.html b/docs/public/columns.html index 71e780b31..54aa07e93 100644 --- a/docs/public/columns.html +++ b/docs/public/columns.html @@ -107,14 +107,14 @@

Columns

{ "tableName": "accounts", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "last_login", - "type": "timestamp", - "length": 29, - "nullable": "√", - "autoUpdated": "", - "defaultValue": "null", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>user_id", + "type": "serial", + "length": 10, + "nullable": "", + "autoUpdated": "√", + "defaultValue": "nextval('accounts_user_id_seq'::regclass)", "comments": "" }, { @@ -130,19 +130,6 @@

Columns

"defaultValue": "null", "comments": "" }, - { - "tableName": "accounts", - "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>user_id", - "type": "serial", - "length": 10, - "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('accounts_user_id_seq'::regclass)", - "comments": "" - }, { "tableName": "accounts", "tableType": "Table", @@ -161,10 +148,10 @@

Columns

"tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "password", - "type": "varchar", - "length": 50, - "nullable": "", + "name": "last_login", + "type": "timestamp", + "length": 29, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", "comments": "" @@ -181,6 +168,19 @@

Columns

"autoUpdated": "", "defaultValue": "null", "comments": "" + }, + { + "tableName": "accounts", + "tableType": "Table", + "keyClass": "", + "keyTitle": "", + "name": "password", + "type": "varchar", + "length": 50, + "nullable": "", + "autoUpdated": "", + "defaultValue": "null", + "comments": "" } ]; var config = { diff --git a/docs/public/index.html b/docs/public/index.html index 56b42cd9c..434897f68 100644 --- a/docs/public/index.html +++ b/docs/public/index.html @@ -78,7 +78,7 @@

Tables


SchemaSpy Analysis of testdb

-

Generated on Mon Oct 31 16:57 GMT 2022

+

Generated on Mon Oct 31 17:00 GMT 2022

diff --git a/docs/public/info-html.txt b/docs/public/info-html.txt index b00ac18e0..8efcdca8e 100644 --- a/docs/public/info-html.txt +++ b/docs/public/info-html.txt @@ -1,4 +1,4 @@ -date=2022-10-31 16:57:30+0000 +date=2022-10-31 17:00:18+0000 os=Linux 5.15.0-1022-azure schemaspy-version=6.1.0 schemaspy-build=6.1.0.41 2019-09-17 21:52:57