giServer Documentation
giServer the easy to use and extensible batch and integration server
Brought to you by:
snov2013
Contains information like ...
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| serverSettingsId | int | NO | PRI | NULL | auto_increment |
| tenantId | int | ||||
| settingKey | varchar(30) | NO | INDEX | ||
| settingValue | varchar(255) | ||||
| lastModifiedBy | varchar(50) | ||||
| lastModifiedAt | timestamp |
Indexes
| Keyname | Type | Field |
|---|---|---|
| PRIMARY | PRIMARY | serverSettingsId |
| IX_server_settings_1 | INDEX | settingKey |
| Field | Description |
|---|---|
| serverSettingsId | Auto generated id. |
| tenantId | Id of the client, if the setting is assigned to a tenant. If the value is NULL, this is a global setting for all tenants. Points to an entry in gis_tenants. |
| settingKey | Key for a certain setting / information. |
| settingValue | Value of the setting / information for the key. |
Documentation: Data model
Documentation: datamodel__gis_tenants