deal_stages

-1 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_fkey R
name text 2147483647 null
pipeline_id int4 10 null
pipelines.id deal_stages_pipeline_id_fkey R

Indexes

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

Relationships