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 |
|
|
A human readable code used to identify an attractant. |
|||||
hwcr_complaint_guid | uuid | 2147483647 | null |
|
|
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 |