precheckin_language

12 rows


Description

Language options (code, display name, flag) shown on the guest pre-checkin page. Replaces the hardcoded VALUES(…) list previously in rpc.precheckin_lang_list.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
lang_code varchar 5 null
precheckin_consent_logs.lang_code Implied Constraint R
precheckin_legal_acceptance.lang_code Implied Constraint R
precheckin_legal_document.lang_code precheckin_legal_document_lang_code_fkey R
name text 2147483647 null
flag_url text 2147483647 null
sort_order int4 10 0
enabled bool 1 true
create_at timestamp 29,6 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
precheckin_language_pkey Primary key Asc lang_code

Relationships