Skip to main content

cloud.languages

Schema: cloud
English table: cloud.languages
Italian original table: cloud._language
Description: System-wide lookup table for supported languages in the application interface.

Overview

  • Columns: 3
  • Primary key: lng_language_id
  • Outgoing foreign keys: 0
  • Incoming foreign keys: 1
  • Indexes: 0

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
lng_language_idlng_idsmallintNOUnique smallint identifier for the language.
lng_namelng_descriptioncharacter varyingNOFull display name of the language (e.g., Italian, English, Deutsch).
lng_icon_urllng_flag_imgcharacter varyingYESRelative path or URL to the flag icon representing the language.

Relationships

Outgoing foreign keys

No outgoing foreign keys found.

Referenced by

From tableForeign keySource columnsTarget columns
cloud.dictionary_translationsfk_tr_languagetr_language_idlng_language_id

Constraints

  • Primary key: pk_languageslng_language_id

Indexes

No indexes detected.