Table sola.system.setting
Contains global settings for the SOLA application. Refer to the Administration Guide or the ConfigConstants class in the Common Utilities project for a list of the recognized settings. Note that not all possible settings are listed in the settings table. Settings may be omitted from this table if the default value applies.
Tags: FLOSS SOLA Extension, Reference Table, System Configuration

Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
name varchar 50 Identifier/name for the setting
vl varchar 2000 The value for the setting.
active bool 1 true Indicates if the setting is active or not. If not active, the default value for the setting will apply.
description varchar 555 Description of the setting.

Analyzed at Tue May 31 09:59 NZST 2016

Indexes:
Column(s) Type Sort Constraint Name
name Primary key Asc setting_pkey