offer_status_enum


Description

A row in this table represents a possible status an offer can be in.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
offer_status_id varchar 2147483647 null
offer_events.offer_status_id offer_events_offer_status_id_fkeyN
offer_events.previous_offer_status_id Implied ConstraintR
offer_revisions.offer_status_id offer_revisions_offer_status_id_fkeyN
offers.offer_status_id offers_offer_status_id_fkeyN

Primary key.

offer_status varchar 2147483647 null

Status for this offer

Indexes

Constraint Name Type Sort Column(s)
offer_status_enum_pkey Primary key Asc offer_status_id

Relationships