template_stage

11 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('template_stage_id_seq'::regclass)
application_stage_history.stage_id application_stage_history_stage_id_fkeyR
review_assignment.stage_id review_assignment_stage_id_fkeyR
template_stage_review_level.stage_id template_stage_review_level_stage_id_fkeyR
number int4 10 null
title varchar 2147483647 null
description varchar 2147483647 null
colour varchar 2147483647 '#24B5DF'::character varying
template_id int4 10 null
template.id template_stage_template_id_fkeyR

Indexes

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

Relationships