posting_location_type_enum


Description

A row in this table represents the type of location for a job posting

Columns

Column Type Size Nulls Auto Default Children Parents Comments
posting_location_type_id varchar 2147483647 null
posting_events.posting_location_type_id posting_events_posting_location_type_id_fkeyN
postings.posting_location_type_id postings_posting_location_type_id_fkeyN

Primary key of table. Describes the type of location for the posting. See description column for explanation of each value.

posting_location_type varchar 2147483647 null

Describes the type of location for the posting. See description column for explanation of each value.

description varchar 2147483647 null

Description of the specific location type.

Indexes

Constraint Name Type Sort Column(s)
posting_location_type_enum_pkey Primary key Asc posting_location_type_id

Relationships