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 704d7d1 commit 3daea64
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions output/columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "password",
"type": "varchar",
"length": 50,
"name": "created_on",
"type": "timestamp",
"length": 29,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -135,9 +135,9 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "indexedColumn",
"keyTitle": "Indexed",
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>email",
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>username",
"type": "varchar",
"length": 255,
"length": 50,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
Expand All @@ -148,10 +148,10 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "created_on",
"name": "last_login",
"type": "timestamp",
"length": 29,
"nullable": "",
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
Expand All @@ -161,10 +161,10 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
"name": "last_login",
"type": "timestamp",
"length": 29,
"nullable": "",
"name": "password",
"type": "varchar",
"length": 50,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
Expand All @@ -174,9 +174,9 @@ <h3 class="box-title">Columns</h3>
"tableType": "Table",
"keyClass": "indexedColumn",
"keyTitle": "Indexed",
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>username",
"name": "<i class='fa fa-sitemap fa-rotate-120' style='padding-right: 5px;'><\/i>email",
"type": "varchar",
"length": 50,
"length": 255,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
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:30 GMT 2022</p>
<p>Generated on Sun Oct 30 09:31 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:30:18+0000
date=2022-10-30 09:31:57+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 3daea64

Please sign in to comment.