deal_stages

16 rows


Description

(Enum) Stages in the deal workflow that a project progresses through.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
project_accelerator_details.deal_stage_id project_accelerator_details_deal_stage_id_fkeyR
name text 2147483647 null
pipeline_id int4 10 null
pipelines.id deal_stages_pipeline_id_fkeyR

Indexes

Constraint Name Type Sort Column(s)
deal_stages_pkey Primary key Asc id
deal_stages_name_key Must be unique Asc name

Relationships