From 686d187e4c0b1d7d750885b0e16cf17c28fc35f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Dec 2023 02:16:44 +0000 Subject: [PATCH] Updated Schema docs. --- docs/index.html | 2 +- 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 | 44 +++++++++++++-------------- docs/public/index.html | 2 +- docs/public/info-html.txt | 2 +- 8 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/index.html b/docs/index.html index e0f9c8f0b..045467ccf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -49,7 +49,7 @@

SchemaSpy Analysis of testdb

-

Generated on Tue Dec 05 02:15 GMT 2023

+

Generated on Tue Dec 05 02:16 GMT 2023

diff --git a/docs/information_schema/index.html b/docs/information_schema/index.html index a396cc5c4..4c95cf1c8 100644 --- a/docs/information_schema/index.html +++ b/docs/information_schema/index.html @@ -78,7 +78,7 @@

Tables


SchemaSpy Analysis of testdb

-

Generated on Tue Dec 05 02:15 GMT 2023

+

Generated on Tue Dec 05 02:16 GMT 2023

diff --git a/docs/information_schema/info-html.txt b/docs/information_schema/info-html.txt index f32784243..35762fce3 100644 --- a/docs/information_schema/info-html.txt +++ b/docs/information_schema/info-html.txt @@ -1,4 +1,4 @@ -date=2023-12-05 02:15:40+0000 +date=2023-12-05 02:16:40+0000 os=Linux 6.2.0-1016-azure schemaspy-version=6.1.1-SNAPSHOT schemaspy-build=6.1.1-SNAPSHOT.41 2022-10-29 22:04:50 diff --git a/docs/pg_catalog/index.html b/docs/pg_catalog/index.html index 1a2cd73df..2c5cc467e 100644 --- a/docs/pg_catalog/index.html +++ b/docs/pg_catalog/index.html @@ -78,7 +78,7 @@

Tables


SchemaSpy Analysis of testdb

-

Generated on Tue Dec 05 02:15 GMT 2023

+

Generated on Tue Dec 05 02:16 GMT 2023

diff --git a/docs/pg_catalog/info-html.txt b/docs/pg_catalog/info-html.txt index 0eefc9134..62515e7e9 100644 --- a/docs/pg_catalog/info-html.txt +++ b/docs/pg_catalog/info-html.txt @@ -1,4 +1,4 @@ -date=2023-12-05 02:15:41+0000 +date=2023-12-05 02:16:41+0000 os=Linux 6.2.0-1016-azure schemaspy-version=6.1.1-SNAPSHOT schemaspy-build=6.1.1-SNAPSHOT.41 2022-10-29 22:04:50 diff --git a/docs/public/columns.html b/docs/public/columns.html index cc89e3f31..bfe78e3f0 100644 --- a/docs/public/columns.html +++ b/docs/public/columns.html @@ -128,14 +128,14 @@

Columns

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

Columns

"tableType": "Table", "keyClass": "indexedColumn", "keyTitle": "Indexed", - "name": "<\/i>email", + "name": "<\/i>username", "type": "varchar", - "length": 255, + "length": 50, "nullable": "", "autoUpdated": "", "defaultValue": "null", @@ -158,9 +158,9 @@

Columns

"tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "password", - "type": "varchar", - "length": 50, + "name": "created_on", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", "defaultValue": "null", @@ -170,9 +170,9 @@

Columns

"tableName": "accounts", "tableFileName": "accounts", "tableType": "Table", - "keyClass": "indexedColumn", - "keyTitle": "Indexed", - "name": "<\/i>username", + "keyClass": "", + "keyTitle": "", + "name": "password", "type": "varchar", "length": 50, "nullable": "", @@ -184,14 +184,14 @@

Columns

"tableName": "accounts", "tableFileName": "accounts", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>user_id", - "type": "serial", - "length": 10, + "keyClass": "indexedColumn", + "keyTitle": "Indexed", + "name": "<\/i>email", + "type": "varchar", + "length": 255, "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('accounts_user_id_seq'::regclass)", + "autoUpdated": "", + "defaultValue": "null", "comments": "" } ]; diff --git a/docs/public/index.html b/docs/public/index.html index 2fc90a4e1..0dd13fc5b 100644 --- a/docs/public/index.html +++ b/docs/public/index.html @@ -78,7 +78,7 @@

Tables


SchemaSpy Analysis of testdb

-

Generated on Tue Dec 05 02:15 GMT 2023

+

Generated on Tue Dec 05 02:16 GMT 2023

diff --git a/docs/public/info-html.txt b/docs/public/info-html.txt index 8bec80d9e..896873c30 100644 --- a/docs/public/info-html.txt +++ b/docs/public/info-html.txt @@ -1,4 +1,4 @@ -date=2023-12-05 02:15:42+0000 +date=2023-12-05 02:16:42+0000 os=Linux 6.2.0-1016-azure schemaspy-version=6.1.1-SNAPSHOT schemaspy-build=6.1.1-SNAPSHOT.41 2022-10-29 22:04:50