NEEDS TABLE 13 THROUGH 17 ADDED
Parameter | Type | Description | Default |
---|---|---|---|
name | string | "default" | |
folder | string | "h2/default" | |
user | string | "sa" | |
password | string | "" | |
loginTimeout | integer | I"40" | |
tables.1.name | string | "accounts" | |
tables.1.keys.1 | string | "account" | |
tables.1.columns.1.name | string | "id" | |
tables.1.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.1.columns.1.isPrimary | boolean | B"true" | |
tables.1.columns.2.name | string | "accountName" | |
tables.1.columns.2.type | string | "VARCHAR (255)" | |
tables.1.columns.2.isId | boolean | B"true" | |
tables.1.columns.3.name | string | "accountDescription" | |
tables.1.columns.3.type | string | "VARCHAR (255)" | |
tables.1.columns.4.name | string | "meta_createdBy" | |
tables.1.columns.4.type | string | "VARCHAR (255)" | |
tables.1.columns.5.name | string | "meta_createdOn" | |
tables.1.columns.5.type | string | "BIGINT" | |
tables.1.columns.6.name | string | "meta_modifiedBy" | |
tables.1.columns.6.type | string | "VARCHAR (255)" | |
tables.1.columns.7.name | string | "meta_modifiedOn" | |
tables.1.columns.7.type | string | "BIGINT" | |
tables.1.columns.8.name | string | "accountId" | |
tables.1.columns.8.type | string | "VARCHAR (255)" | |
tables.2.name | string | "users" | |
tables.2.keys.1 | string | "user" | |
tables.2.columns.1.name | string | "id" | |
tables.2.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.2.columns.1.isPrimary | boolean | B"true" | |
tables.2.columns.2.name | string | "username" | |
tables.2.columns.2.type | string | "VARCHAR (255)" | |
tables.2.columns.2.isId | boolean | B"true" | |
tables.2.columns.3.name | string | "meta_createdBy" | |
tables.2.columns.3.type | string | "VARCHAR (255)" | |
tables.2.columns.4.name | string | "meta_createdOn" | |
tables.2.columns.4.type | string | "BIGINT" | |
tables.2.columns.5.name | string | "meta_modifiedBy" | |
tables.2.columns.5.type | string | "VARCHAR (255)" | |
tables.2.columns.6.name | string | "meta_modifiedOn" | |
tables.2.columns.6.type | string | "BIGINT" | |
tables.2.columns.7.name | string | "accountId" | |
tables.2.columns.7.type | string | "VARCHAR (255)" | |
tables.2.columns.8.name | string | "password_value" | |
tables.2.columns.8.type | string | "VARCHAR (255)" | |
tables.2.columns.9.name | string | "password_salt" | |
tables.2.columns.9.type | string | "BINARY(32)" | |
tables.2.columns.10.name | string | "password_algorithm" | |
tables.2.columns.10.type | string | "VARCHAR (255)" | |
tables.2.columns.11.name | string | "password_hashIterations" | |
tables.2.columns.11.type | string | "INT" | |
tables.2.columns.12.name | string | "roles" | |
tables.2.columns.12.type | string | "VARCHAR" | |
tables.2.columns.13.name | string | "permissions" | |
tables.2.columns.13.type | string | "VARCHAR" | |
tables.2.columns.14.name | string | "firstName" | |
tables.2.columns.14.type | string | "VARCHAR (255)" | |
tables.2.columns.15.name | string | "lastName" | |
tables.2.columns.15.type | string | "VARCHAR (255)" | |
tables.2.columns.16.name | string | "phoneNumber" | |
tables.2.columns.16.type | string | "VARCHAR (255)" | |
tables.2.columns.17.name | string | "email" | |
tables.2.columns.17.type | string | "VARCHAR (255)" | |
tables.2.columns.18.name | string | "company" | |
tables.2.columns.18.type | string | "VARCHAR (255)" | |
tables.2.columns.19.name | string | "address_number" | |
tables.2.columns.19.type | string | "INT" | |
tables.2.columns.20.name | string | "address_street" | |
tables.2.columns.20.type | string | "VARCHAR (255)" | |
tables.2.columns.21.name | string | "address_city" | |
tables.2.columns.21.type | string | "VARCHAR (255)" | |
tables.2.columns.22.name | string | "address_province" | |
tables.2.columns.22.type | string | "VARCHAR (255)" | |
tables.2.columns.23.name | string | "address_zip" | |
tables.2.columns.23.type | string | "VARCHAR (255)" | |
tables.2.columns.24.name | string | "address_country" | |
tables.2.columns.24.type | string | "VARCHAR (255)" | |
tables.3.name | string | "mqttusers" | |
tables.3.keys.1 | string | "mqttuser" | |
tables.3.columns.1.name | string | "id" | |
tables.3.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.3.columns.1.isPrimary | boolean | B"true" | |
tables.3.columns.2.name | string | "username" | |
tables.3.columns.2.type | string | "VARCHAR (255)" | |
tables.3.columns.2.isId | boolean | B"true" | |
tables.3.columns.3.name | string | "meta_createdBy" | |
tables.3.columns.3.type | string | "VARCHAR (255)" | |
tables.3.columns.4.name | string | "meta_createdOn" | |
tables.3.columns.4.type | string | "BIGINT" | |
tables.3.columns.5.name | string | "meta_modifiedBy" | |
tables.3.columns.5.type | string | "VARCHAR (255)" | |
tables.3.columns.6.name | string | "meta_modifiedOn" | |
tables.3.columns.6.type | string | "BIGINT" | |
tables.3.columns.7.name | string | "accountId" | |
tables.3.columns.7.type | string | "VARCHAR (255)" | |
tables.3.columns.8.name | string | "password_value" | |
tables.3.columns.8.type | string | "VARCHAR (255)" | |
tables.3.columns.9.name | string | "password_salt" | |
tables.3.columns.9.type | string | "BINARY(32)" | |
tables.3.columns.10.name | string | "password_algorithm" | |
tables.3.columns.10.type | string | "VARCHAR (255)" | |
tables.3.columns.11.name | string | "password_hashIterations" | |
tables.3.columns.11.type | string | "INT" | |
tables.3.columns.12.name | string | "acl_subscribe" | |
tables.3.columns.12.type | string | "VARCHAR" | |
tables.3.columns.13.name | string | "acl_publish" | |
tables.3.columns.13.type | string | "VARCHAR" | |
tables.4.name | string | "roles" | |
tables.4.keys.1 | string | "role" | |
tables.4.columns.1.name | string | "id" | |
tables.4.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.4.columns.1.isPrimary | boolean | B"true" | |
tables.4.columns.2.name | string | "name" | |
tables.4.columns.2.type | string | "VARCHAR (255)" | |
tables.4.columns.2.isId | boolean | B"true" | |
tables.4.columns.3.name | string | "meta_createdBy" | |
tables.4.columns.3.type | string | "VARCHAR (255)" | |
tables.4.columns.4.name | string | "meta_createdOn" | |
tables.4.columns.4.type | string | "BIGINT" | |
tables.4.columns.5.name | string | "meta_modifiedBy" | |
tables.4.columns.5.type | string | "VARCHAR (255)" | |
tables.4.columns.6.name | string | "meta_modifiedOn" | |
tables.4.columns.6.type | string | "BIGINT" | |
tables.4.columns.7.name | string | "accountId" | |
tables.4.columns.7.type | string | "VARCHAR (255)" | |
tables.4.columns.8.name | string | "permissions" | |
tables.4.columns.8.type | string | "VARCHAR" | |
tables.5.name | string | "licenses" | |
tables.5.keys.1 | string | "license" | |
tables.5.columns.1.name | string | "id" | |
tables.5.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.5.columns.1.isPrimary | boolean | B"true" | |
tables.5.columns.2.name= | string | "licenseName" | |
tables.5.columns.2.type | string | "VARCHAR (255)" | |
tables.5.columns.2.isId | boolean | B"true" | |
tables.5.columns.3.name | string | "state" | |
tables.5.columns.3.type | string | "VARCHAR" | |
tables.5.columns.4.name | string | "licenseType" | |
tables.5.columns.4.type | string | "INT" | |
tables.5.columns.5.name | string | "licenseString" | |
tables.5.columns.5.type | string | "VARCHAR" | |
tables.5.columns.6.name | string | "activatedLicenseType" | |
tables.5.columns.6.type | string | "INT" | |
tables.5.columns.7.name | string | "activatedLicenseString" | |
tables.5.columns.7.type | string | "VARCHAR" | |
tables.5.columns.8.name | string | "activationServerAddress" | |
tables.5.columns.8.type | string | "VARCHAR" | |
tables.5.columns.9.name | string | "meta_createdBy" | |
tables.5.columns.9.type | string | "VARCHAR (255)" | |
tables.5.columns.10.name | string | "meta_createdOn" | |
tables.5.columns.10.type | string | "BIGINT" | |
tables.5.columns.11.name | string | "meta_modifiedBy" | |
tables.5.columns.11.type | string | "VARCHAR (255)" | |
tables.5.columns.12.name | string | "meta_modifiedOn" | |
tables.5.columns.12.type | string | "BIGINT" | |
tables.5.columns.13.name | string | "customHardwareId" | |
tables.5.columns.13.type | string | "VARCHAR" | |
tables.5.columns.14.name | string | "activatedOnline" | |
tables.5.columns.14.type | string | "BOOLEAN" | |
tables.6.name | string | "eulas" | |
tables.6.keys.1 | string | "eula" | |
tables.6.columns.1.name | string | "id" | |
tables.6.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.6.columns.1.isPrimary | boolean | B"true" | |
tables.6.columns.2.name | string | "name" | |
tables.6.columns.2.type | string | "VARCHAR (255)" | |
tables.6.columns.2.isId | boolean | B"true" | |
tables.6.columns.3.name | string | "isAccepted" | |
tables.6.columns.3.type | string | "BOOLEAN" | |
tables.6.columns.4.name | string | "acceptedOn" | |
tables.6.columns.4.type | string | "BIGINT" | |
tables.7.name | string | "servers" | |
tables.7.keys.1 | string | "server" | |
tables.7.columns.1.name | string | "id" | |
tables.7.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.7.columns.1.isPrimary | boolean | B"true" | |
tables.7.columns.2.name | string | "name" | |
tables.7.columns.2.type | string | "VARCHAR (255)" | |
tables.7.columns.2.isId | boolean | B"true" | |
tables.7.columns.3.name | string | "isStopped" | |
tables.7.columns.3.type | string | "BOOLEAN" | |
tables.7.columns.4.name | string | "stoppedOn" | |
tables.7.columns.4.type | string | "BIGINT" | |
tables.8.name | string | "uploads" | |
tables.8.keys.1 | string | "upload" | |
tables.8.columns.1.name | string | "id" | |
tables.8.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.8.columns.1.isPrimary | boolean | B"true" | |
tables.8.columns.2.name | string | "fileId" | |
tables.8.columns.2.type | string | "VARCHAR" | |
tables.8.columns.2.isId | boolean | B"true" | |
tables.8.columns.3.name | string | "filename" | |
tables.8.columns.3.type | string | "VARCHAR" | |
tables.8.columns.4.name | string | "timestamp" | |
tables.8.columns.4.type | string | "BIGINT" | |
tables.9.name | string | "system" | |
tables.9.keys.1 | string | "system" | |
tables.9.columns.1.name | string | "id" | |
tables.9.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.9.columns.1.isPrimary | boolean | B"true" | |
tables.9.columns.2.name | string | "systemName" | |
tables.9.columns.2.type | string | "VARCHAR" | |
tables.9.columns.2.isId | boolean | B"true" | |
tables.9.columns.3.name | string | "isSslSetup" | |
tables.9.columns.3.type | string | "BOOLEAN" | |
tables.9.columns.4.name | string | "setupOn" | |
tables.9.columns.4.type | string | "BIGINT" | |
tables.9.columns.5.name | string | "privateKeyFilename" | |
tables.9.columns.5.type | string | "VARCHAR" | |
tables.9.columns.6.name | string | "caChainFilename" | |
tables.9.columns.6.type | string | "VARCHAR" | |
tables.9.columns.7.name | string | "certificateFilename" | |
tables.9.columns.7.type | string | "VARCHAR" | |
tables.10.name | string | "mqttevents" | |
tables.10.maxRows | integer | I"655360" | |
tables.10.keys.1 | string | "mqttevent" | |
tables.10.indexes.1 | string | "MQTTEVENTS" | |
tables.10.columns.1.name | string | "id" | |
tables.10.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.10.columns.1.isId | boolean | B"true" | |
tables.10.columns.1.index | string | "MQTTEVENTS" | |
tables.10.columns.1.order | string | "DESC" | |
tables.10.columns.2.name | string | "clientId" | |
tables.10.columns.2.type | string | "VARCHAR (255)" | |
tables.10.columns.3.name | string | "clientIp" | |
tables.10.columns.3.type | string | "VARCHAR (255)" | |
tables.10.columns.4.name | string | "message" | |
tables.10.columns.4.type | string | "VARCHAR" | |
tables.10.columns.5.name | string | "type" | |
tables.10.columns.5.type | string | "INT" | |
tables.10.columns.6.name | string | "timestamp" | |
tables.10.columns.6.type | string | "BIGINT" | |
tables.11.name | string | "alerts" | |
tables.11.maxRows | integer | I"65536" | |
tables.11.mergeTables | boolean | B"true" | |
tables.11.keys.1 | string | "alert" | |
tables.11.indexes.1 | string | "ALERTS" | |
tables.11.columns.1.name | string | "id" | |
tables.11.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.11.columns.1.isPrimary | boolean | B"true" | |
tables.11.columns.1.isId | boolean | B"true" | |
tables.11.columns.1.index | string | "ALERTS" | |
tables.11.columns.1.order | string | "DESC" | |
tables.11.columns.2.name | string | "type" | |
tables.11.columns.2.type | string | "VARCHAR (255)" | |
tables.11.columns.3.name | string | "activeTime" | |
tables.11.columns.3.type | string | "BIGINT" | |
tables.11.columns.4.name | string | "description" | |
tables.11.columns.4.type | string | "VARCHAR" | |
tables.11.columns.5.name | string | "acknowledged" | |
tables.11.columns.5.type | string | "BOOLEAN" | |
tables.11.columns.6.name | string | "cleared" | |
tables.11.columns.6.type | string | "BOOLEAN" | |
tables.11.columns.7.name | string | "deleted" | |
tables.11.columns.7.type | string | "BOOLEAN" | |
tables.11.columns.8.name | string | "priority" | |
tables.11.columns.8.type | string | "INT" | |
tables.11.columns.9.name | string | "severity" | |
tables.11.columns.9.type | string | "INT" | |
tables.11.columns.10.name | string | "meta_createdBy" | |
tables.11.columns.10.type | string | "VARCHAR (255)" | |
tables.11.columns.11.name | string | "meta_createdOn" | |
tables.11.columns.11.type | string | "BIGINT" | |
tables.11.columns.12.name | string | "meta_modifiedBy" | |
tables.11.columns.12.type | string | "VARCHAR (255)" | |
tables.11.columns.13.name | string | "meta_modifiedOn" | |
tables.11.columns.13.type | string | "BIGINT" | |
tables.12.name | string | "alerttypes" | |
tables.12.keys.1 | string | "alerttype" | |
tables.12.columns.1.name | string | "id" | |
tables.12.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.12.columns.1.isPrimary | boolean | B"true" | |
tables.12.columns.2.name | string | "name" | |
tables.12.columns.2.type | string | "VARCHAR (255)" | |
tables.12.columns.2.isId | boolean | B"true" | |
tables.12.columns.3.name | string | "path" | |
tables.12.columns.3.type | string | "VARCHAR (255)" | |
tables.12.columns.4.name | string | "priority" | |
tables.12.columns.4.type | string | "INT" | |
tables.12.columns.5.name | string | "severity" | |
tables.12.columns.5.type | string | "INT" | |
tables.12.columns.6.name | string | "enabled" | |
tables.12.columns.6.type | string | "BOOLEAN" |
Overview
Content Tools