eeo_responses


Description

A row in this table represents a response to an Equal Employment Opportunity \(EEO\) standard form survey.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
eeo_response_id varchar 2147483647 null
opportunity_eeo.eeo_response_id opportunity_eeo_eeo_response_id_fkeyC

Primary key.

account_id varchar 2147483647 null

ID of the account the record belongs to.

eeo_source_id varchar 2147483647 null
eeo_source_enum.eeo_source_id eeo_responses_eeo_source_id_fkeyN
gender varchar 2147483647 null
race varchar 2147483647 null
veteran_status varchar 2147483647 null
disability_status varchar 2147483647 null
created_at timestamp 29,6 null

Date the object referred to in this entity was created.

row_updated_at timestamp 29,6 CURRENT_TIMESTAMP

Date this entity was updated in the database. Useful to setup incremental refreshes of the data in your periodic ETL job.

Indexes

Constraint Name Type Sort Column(s)
eeo_responses_pkey Primary key Asc eeo_response_id
eeo_responses_account_id_idx Performance Asc account_id

Relationships