Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| action_num | serial | 10 | √ | nextval('action_action_num_seq'::regclass) |
|
|
||||||||||||||||||||||||
| action_type_num | int4 | 10 | null |
|
|
|||||||||||||||||||||||||
| method_num | int4 | 10 | null |
|
|
|||||||||||||||||||||||||
| begin_date_time | timestamp | 29,6 | '1900-01-01 00:00:00'::timestamp without time zone |
|
|
|||||||||||||||||||||||||
| begin_date_time_utc_offset | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||
| end_date_time | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||||||
| end_date_time_utc_offset | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||
| action_description | varchar | 2000 | 'N/A'::character varying |
|
|
eg. where the lab analysis is done or expedition code |
||||||||||||||||||||||||
| action_file_link | varchar | 2000 | √ | null |
|
|
||||||||||||||||||||||||
| organization_num | int4 | 10 | null |
|
|
|||||||||||||||||||||||||
| action_name | varchar | 256 | 'N/A'::character varying |
|
|
eg. expedition name with leg information |
||||||||||||||||||||||||
| dataset_num | int4 | 10 | null |
|
|
|||||||||||||||||||||||||
| status | int4 | 10 | √ | 1 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| action_pkey | Primary key | Asc | action_num |
| action_method_num_idx | Performance | Asc | method_num |
| uc_action | Must be unique | Asc/Asc/Asc/Asc/Asc/Asc/Asc | action_type_num + method_num + action_name + action_description + organization_num + dataset_num + begin_date_time |



