Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
cone_collection_method_code | serial | 10 | √ | nextval('spar.cone_collection_method_list_cone_collection_method_code_seq'::regclass) |
|
|
A code describing various Cone Collection Methods. |
||||
description | varchar | 120 | null |
|
|
A description for the affiliated code. |
|||||
effective_date | date | 13 | null |
|
|
The effective date the code is in effect |
|||||
expiry_date | date | 13 | null |
|
|
The date the code expires on. |
|||||
update_timestamp | timestamp | 29,6 | √ | CURRENT_TIMESTAMP |
|
|
The date and time of the last update. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cone_collection_method_list_pk | Primary key | Asc | cone_collection_method_code |