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)" |
Overview
Content Tools