Menu

datamodel__gis_server_settings

Stefan Winarzki Stefan Novak

Contains information like ...

  • giServer settings like the version of the server software and the database
  • Application settings
  • Licence information
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.

Related

Documentation: Data model
Documentation: datamodel__gis_tenants