diff --git a/index.html b/index.html
index 8586fc52f..5e498a3fb 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,7 @@
diff --git a/users/columns.html b/users/columns.html
index 577d81365..dbb67c45d 100644
--- a/users/columns.html
+++ b/users/columns.html
@@ -114,14 +114,14 @@
Columns
"tableName": "users",
"tableFileName": "users",
"tableType": "Table",
- "keyClass": "",
- "keyTitle": "",
- "name": "email",
- "type": "varchar",
- "length": 200,
+ "keyClass": "primaryKey",
+ "keyTitle": "Primary Key",
+ "name": "<\/i>id",
+ "type": "numeric",
+ "length": 0,
"nullable": "",
- "autoUpdated": "",
- "defaultValue": "null",
+ "autoUpdated": "√",
+ "defaultValue": "nextval('users.\"USER_SEQ\"'::regclass)",
"comments": ""
},
{
@@ -130,37 +130,23 @@ Columns
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
- "name": "execution_time",
- "type": "int4",
- "length": 10,
+ "name": "installed_by",
+ "type": "varchar",
+ "length": 100,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
- {
- "tableName": "users",
- "tableFileName": "users",
- "tableType": "Table",
- "keyClass": "primaryKey",
- "keyTitle": "Primary Key",
- "name": "<\/i>id",
- "type": "numeric",
- "length": 0,
- "nullable": "",
- "autoUpdated": "√",
- "defaultValue": "nextval('users.\"USER_SEQ\"'::regclass)",
- "comments": ""
- },
{
"tableName": "flyway_schema_history",
"tableFileName": "flyway_schema_history",
"tableType": "Table",
- "keyClass": "indexedColumn",
- "keyTitle": "Indexed",
- "name": "<\/i>success",
- "type": "bool",
- "length": 1,
+ "keyClass": "",
+ "keyTitle": "",
+ "name": "execution_time",
+ "type": "int4",
+ "length": 10,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
@@ -172,12 +158,12 @@ Columns
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
- "name": "script",
- "type": "varchar",
- "length": 1000,
+ "name": "installed_on",
+ "type": "timestamp",
+ "length": 29,
"nullable": "",
"autoUpdated": "",
- "defaultValue": "null",
+ "defaultValue": "now()",
"comments": ""
},
{
@@ -186,9 +172,9 @@ Columns
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
- "name": "type",
+ "name": "description",
"type": "varchar",
- "length": 20,
+ "length": 200,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
@@ -214,10 +200,10 @@ Columns
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
- "name": "installed_by",
+ "name": "version",
"type": "varchar",
- "length": 100,
- "nullable": "",
+ "length": 50,
+ "nullable": "√",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
@@ -226,26 +212,26 @@ Columns
"tableName": "flyway_schema_history",
"tableFileName": "flyway_schema_history",
"tableType": "Table",
- "keyClass": "",
- "keyTitle": "",
- "name": "version",
- "type": "varchar",
- "length": 50,
- "nullable": "√",
+ "keyClass": "indexedColumn",
+ "keyTitle": "Indexed",
+ "name": "<\/i>success",
+ "type": "bool",
+ "length": 1,
+ "nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
},
{
- "tableName": "flyway_schema_history",
- "tableFileName": "flyway_schema_history",
+ "tableName": "users",
+ "tableFileName": "users",
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
- "name": "checksum",
- "type": "int4",
- "length": 10,
- "nullable": "√",
+ "name": "email",
+ "type": "varchar",
+ "length": 200,
+ "nullable": "",
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
@@ -256,9 +242,9 @@ Columns
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
- "name": "description",
+ "name": "script",
"type": "varchar",
- "length": 200,
+ "length": 1000,
"nullable": "",
"autoUpdated": "",
"defaultValue": "null",
@@ -270,12 +256,12 @@ Columns
"tableType": "Table",
"keyClass": "",
"keyTitle": "",
- "name": "installed_on",
- "type": "timestamp",
- "length": 29,
+ "name": "type",
+ "type": "varchar",
+ "length": 20,
"nullable": "",
"autoUpdated": "",
- "defaultValue": "now()",
+ "defaultValue": "null",
"comments": ""
},
{
@@ -291,6 +277,20 @@ Columns
"autoUpdated": "",
"defaultValue": "null",
"comments": ""
+ },
+ {
+ "tableName": "flyway_schema_history",
+ "tableFileName": "flyway_schema_history",
+ "tableType": "Table",
+ "keyClass": "",
+ "keyTitle": "",
+ "name": "checksum",
+ "type": "int4",
+ "length": 10,
+ "nullable": "√",
+ "autoUpdated": "",
+ "defaultValue": "null",
+ "comments": ""
}
];
var config = {
diff --git a/users/index.html b/users/index.html
index 656bd9157..7bfa70e5d 100644
--- a/users/index.html
+++ b/users/index.html
@@ -78,7 +78,7 @@ Tables
SchemaSpy Analysis of default.users
-
Generated on Sat Jan 04 11:02 GMT 2025
+
Generated on Tue Jan 07 01:18 GMT 2025
diff --git a/users/info-html.txt b/users/info-html.txt
index a7bfab192..834d75eb8 100644
--- a/users/info-html.txt
+++ b/users/info-html.txt
@@ -1,4 +1,4 @@
-date=2025-01-04 11:02:42+0000
+date=2025-01-07 01:18:58+0000
os=Linux 6.8.0-1017-azure
schemaspy-version=6.2.4
schemaspy-build=6.2.4.41 2023-07-21 11:15:12