section_translation


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('section_translation_id_seq'::regclass)
name text 2147483647 null
language_code bpchar 2 null
language.code section_translation_language_code_fkey R
section_id int8 19 null
section.id section_translation_section_id_fkey C

Indexes

Constraint Name Type Sort Column(s)
section_translation_pkey Primary key Asc id

Relationships