application_response

49 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('application_response_id_seq'::regclass)
file.application_response_id file_application_response_id_fkeyR
review_response.application_response_id review_response_application_response_id_fkeyR
template_element_id int4 10 null
template_element.id application_response_template_element_id_fkeyR
application_id int4 10 null
application.id application_response_application_id_fkeyR
stage_number int4 10 null
status application_response_status 2147483647 'DRAFT'::application_response_status
value jsonb 2147483647 null
is_valid bool 1 null
time_created timestamptz 35,6 CURRENT_TIMESTAMP
time_updated timestamptz 35,6 CURRENT_TIMESTAMP
time_submitted timestamptz 35,6 null

Indexes

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

Relationships