opportunity_source_type_enum


Description

A row in this table represents a type of opportunity source.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
opportunity_source_type_id varchar 2147483647 null
opportunity_sources.opportunity_source_type_id opportunity_sources_opportunity_source_type_id_fkeyN

Primary key, a specific type of opportunity source.

opportunity_source_type varchar 2147483647 null

Name of a specific type of opportunity source.

description varchar 2147483647 null

Description of this opportunity source type.

Indexes

Constraint Name Type Sort Column(s)
opportunity_source_type_enum_pkey Primary key Asc opportunity_source_type_id

Relationships