Table sola.system.language
Lists the languages configured for the SOLA application
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
code varchar 7 Code for the langauge.
display_value varchar 250 The text value that will be displayed to the user.
active bool 1 true Indicates if the language is current active or not.
is_default bool 1 false Indicates the default language used by SOLA. Only one record in the table should have is_default = true.
item_order int4 10 1 The order the langages should be displayed. The lowest order number will display the langage at the top of the language list. Also identifies the order that all localized string values must store their language translations.
ltr bool 1 true Indicates text direction. If true, then left to right should applied, otherwise right to left.

Analyzed at Tue May 31 09:59 NZST 2016

Indexes:
Column(s) Type Sort Constraint Name
code Primary key Asc language_pkey
display_value Must be unique Asc language_display_value_unique