form_field_type_enum


Description

A row in this table represents a possible type of form field.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
form_field_type_id varchar 2147483647 null
form_template_fields.form_field_type_id form_template_fields_form_field_type_id_fkeyN
opportunity_form_fields.form_field_type_id opportunity_form_fields_form_field_type_id_fkeyN
requisition_fields.form_field_type_id requisition_fields_form_field_type_id_fkeyN

Primary key.

form_field_type varchar 2147483647 null

Name of a type of form field.

Indexes

Constraint Name Type Sort Column(s)
form_field_type_enum_pkey Primary key Asc form_field_type_id

Relationships