application_status_history

15 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('application_status_history_id_seq'::regclass)
application_stage_history_id int4 10 null
application_stage_history.id application_status_history_application_stage_history_id_fkeyR
status application_status 2147483647 null
time_created timestamptz 35,6 CURRENT_TIMESTAMP
is_current bool 1 true
application_id int4 10 application_status_history_application_id(application_stage_history_id)

Indexes

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

Relationships