Skip to content

Commit

Permalink
Updated Schema docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2022
1 parent e41be87 commit d101f3b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions output/columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ <h3 class="box-title">Columns</h3>
{
"tableName": "accounts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "created_on",
"type": "timestamp",
"length": 29,
"keyClass": "indexedColumn",
"keyTitle": "Indexed",
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>email",
"type": "varchar",
"length": 255,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -133,14 +133,14 @@ <h3 class="box-title">Columns</h3>
{
"tableName": "accounts",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "last_login",
"type": "timestamp",
"length": 29,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/i>user_id",
"type": "serial",
"length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "nextval('accounts_user_id_seq'::regclass)",
"comments": ""
},
{
Expand All @@ -159,25 +159,25 @@ <h3 class="box-title">Columns</h3>
{
"tableName": "accounts",
"tableType": "Table",
"keyClass": "primaryKey",
"keyTitle": "Primary Key",
"name": "<i class='icon ion-key iconkey' style='padding-left: 5px;'><\/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 class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>email",
"type": "varchar",
"length": 255,
"nullable": "",
"keyClass": "",
"keyTitle": "",
"name": "last_login",
"type": "timestamp",
"length": 29,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
Expand Down
2 changes: 1 addition & 1 deletion output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1>Tables</h1><br />
<div class="col-md-12">
<div class="callout callout-info">
<h4>SchemaSpy Analysis of testdb</h4>
<p>Generated on Sun Oct 30 09:39 GMT 2022</p>
<p>Generated on Sun Oct 30 09:40 GMT 2022</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion output/info-html.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d101f3b

Please sign in to comment.