per_formcomponentquestionandanswer

96899 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('per_formcomponentquestionandanswer_id_seq'::regclass)
per_formcomponent_question_responses.formcomponentquestionandanswer_id per_formcomponent_qu_formcomponentquestio_cdc27951_fk_per_formcR
per_formcomponentresponse_question_responses.formcomponentquestionandanswer_id per_formcomponentres_formcomponentquestio_4ce593ae_fk_per_formcR
notes text 2147483647 null
answer_id int4 10 null
per_formanswer.id per_formcomponentque_answer_id_641fe5fd_fk_per_formaR
question_id int4 10 null
per_formquestion.id per_formcomponentque_question_id_179d658c_fk_per_formqR
notes_ar text 2147483647 null
notes_en text 2147483647 null
notes_es text 2147483647 null
notes_fr text 2147483647 null
translation_module_original_language varchar 2 null
translation_module_skip_auto_translation bool 1 null

Indexes

Constraint Name Type Sort Column(s)
per_formcomponentquestionandanswer_pkey Primary key Asc id
per_formcomponentquestionandanswer_answer_id_641fe5fd Performance Asc answer_id
per_formcomponentquestionandanswer_question_id_179d658c Performance Asc question_id

Relationships