Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
species_code | varchar | 10 | null |
|
|
A human readable code used to identify a wildlife species. |
|||||
short_description | varchar | 50 | null |
|
|
The short description of the species code. |
|||||
long_description | varchar | 250 | √ | null |
|
|
The long description of the species code. |
||||
display_order | int4 | 10 | null |
|
|
The order in which the values of the species code table should be displayed when presented to a user in a list. |
|||||
active_ind | bool | 1 | null |
|
|
A boolean indicator to determine if the species code is active. |
|||||
legacy_code | varchar | 10 | √ | null |
|
|
The code for the species from the CORS_SPECIES_CODE table in the COORS database. |
||||
create_user_id | varchar | 32 | √ | null |
|
|
The id of the user that created the species code. |
||||
create_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the species code 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 species code. |
||||
update_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the species code was updated. The timestamp is stored in UTC with no Offset. |
|||||
large_carnivore_ind | bool | 1 | √ | false |
|
|
A boolean indicator representing if an officer has been enrolled in COMS |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_speciescd | Primary key | Asc | species_code |