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 column | Italian original column | Type | Null | Default / Generated | Description |
|---|---|---|---|---|---|
lng_language_id | lng_id | smallint | NO | Unique smallint identifier for the language. | |
lng_name | lng_description | character varying | NO | Full display name of the language (e.g., Italian, English, Deutsch). | |
lng_icon_url | lng_flag_img | character varying | YES | Relative path or URL to the flag icon representing the language. |
Relationships
Outgoing foreign keys
No outgoing foreign keys found.
Referenced by
| From table | Foreign key | Source columns | Target columns |
|---|---|---|---|
cloud.dictionary_translations | fk_tr_language | tr_language_id | lng_language_id |
Constraints
- Primary key:
pk_languages→lng_language_id
Indexes
No indexes detected.
Navigation
- Back to main index
- [Back to
cloudindex]../)