From d101f3b971b1791549d2f6522f75b38263a27e9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 30 Oct 2022 09:40:38 +0000 Subject: [PATCH] Updated Schema docs. --- output/columns.html | 52 ++++++++++++++++++++++---------------------- output/index.html | 2 +- output/info-html.txt | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/output/columns.html b/output/columns.html index 197312858..5ddeed39f 100644 --- a/output/columns.html +++ b/output/columns.html @@ -120,11 +120,11 @@

Columns

{ "tableName": "accounts", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "created_on", - "type": "timestamp", - "length": 29, + "keyClass": "indexedColumn", + "keyTitle": "Indexed", + "name": "<\/i>email", + "type": "varchar", + "length": 255, "nullable": "", "autoUpdated": "", "defaultValue": "null", @@ -133,14 +133,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": "" }, { @@ -159,25 +159,25 @@

Columns

{ "tableName": "accounts", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>user_id", - "type": "serial", - "length": 10, + "keyClass": "", + "keyTitle": "", + "name": "created_on", + "type": "timestamp", + "length": 29, "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('accounts_user_id_seq'::regclass)", + "autoUpdated": "", + "defaultValue": "null", "comments": "" }, { "tableName": "accounts", "tableType": "Table", - "keyClass": "indexedColumn", - "keyTitle": "Indexed", - "name": "<\/i>email", - "type": "varchar", - "length": 255, - "nullable": "", + "keyClass": "", + "keyTitle": "", + "name": "last_login", + "type": "timestamp", + "length": 29, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", "comments": "" diff --git a/output/index.html b/output/index.html index 940a80f89..d09296203 100644 --- a/output/index.html +++ b/output/index.html @@ -78,7 +78,7 @@

Tables


SchemaSpy Analysis of testdb

-

Generated on Sun Oct 30 09:39 GMT 2022

+

Generated on Sun Oct 30 09:40 GMT 2022

diff --git a/output/info-html.txt b/output/info-html.txt index c83eb6fe3..577d86d7d 100644 --- a/output/info-html.txt +++ b/output/info-html.txt @@ -1,4 +1,4 @@ -date=2022-10-30 09:39:08+0000 +date=2022-10-30 09:40:37+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