posting_event_enum


Description

A row in this table represents a type of event tracked in the table “posting_events”.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
posting_event_id varchar 2147483647 null
posting_events.posting_event_id posting_events_posting_event_id_fkeyN

Primary key.

posting_event varchar 2147483647 null

Description of an event that happens to postings.

Indexes

Constraint Name Type Sort Column(s)
posting_event_enum_pkey Primary key Asc posting_event_id

Relationships