attractant_hwcr_xref

-1 rows


Description

Cross reference table for linking attractants to HWCR Complaints.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
attractant_hwcr_xref_guid uuid 2147483647 uuid_generate_v4()

System generated unique key for an attractant hwcr relationship. This key should never be exposed to users via any system utilizing the tables.

attractant_code varchar 10 null
attractant_code.attractant_code FK_attrhwcrx_atractntcd R

A human readable code used to identify an attractant.

hwcr_complaint_guid uuid 2147483647 null
hwcr_complaint.hwcr_complaint_guid FK_attrhwcrx_hwcrcmplnt R

System generated unique key for a hwcr complaint.

create_user_id varchar 32 null

The id of the user that created the attractant hwcr cross reference.

create_utc_timestamp timestamp 29,6 null

The timestamp when the attractant hwcr cross reference was created. The timestamp is stored in UTC with no Offset.

update_user_id varchar 32 null

The id of the user that updated the attractant hwcr cross reference.

update_utc_timestamp timestamp 29,6 null

The timestamp when the attractant hwcr cross reference was updated. The timestamp is stored in UTC with no Offset.

active_ind bool 1 true

Indexes

Constraint Name Type Sort Column(s)
PK_attrhwcrx Primary key Asc attractant_hwcr_xref_guid

Relationships