config.i18n_locale

Columns

Column Type Nullable Default Notes

code PK

text

No

marc_code

text

No

name

text

No

description

text

Yes

rtl

boolean

No

false

Primary Key

(code)

Unique Constraints

  • i18n_locale_name_key: (name)

Indexes

Index Method Definition

i18n_locale_pkey PK

btree

CREATE UNIQUE INDEX i18n_locale_pkey ON config.i18n_locale USING btree (code)

i18n_locale_name_key UNIQUE

btree

CREATE UNIQUE INDEX i18n_locale_name_key ON config.i18n_locale USING btree (name)

Referenced By

The following tables have foreign keys pointing to config.i18n_locale (4 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

action_trigger.alternate_template

locale

code

alternate_template_locale_fkey

actor.usr

locale

code

usr_locale_fkey

config.i18n_core

translation

code

i18n_core_translation_fkey

config.print_template

locale

code

print_template_locale_fkey