opportunity_form_event_enum


Description

A row in this table represents a type of progress event available in the table “opportunity_form_events”. Currently only one type of event is tracked but this table exists for future proofing purposes.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
opportunity_form_event_id varchar 2147483647 null
opportunity_form_events.opportunity_form_event_id opportunity_form_events_opportunity_form_event_id_fkeyN

Primary key.

opportunity_form_event varchar 2147483647 null

Name of an event related to structured form data about opportunities.

Indexes

Constraint Name Type Sort Column(s)
opportunity_form_event_enum_pkey Primary key Asc opportunity_form_event_id

Relationships