Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
UNITID | serial | 10 | √ | nextval('"global_UnitMaster_UNITID_seq"'::regclass) |
|
|
||||||||||||||||||||||||||||||||
SITEID | text | 2147483647 | null |
|
|
Is fkey. Refer to global_SiteMaster table |
||||||||||||||||||||||||||||||||
UNITNAME | text | 2147483647 | √ | null |
|
|
Name of the site |
|||||||||||||||||||||||||||||||
UNITHANDLE | varchar | 10 | √ | null |
|
|
Code name for the Collection Unit. This code may be up to 10 characters, but an effort is made to keep these to 8 characters or less. Neither special characters nor whitespace allowed |
|||||||||||||||||||||||||||||||
UNITTYPEID | int2 | 5 | null |
|
|
Is fkey. For available values refer to cabah_unittypeID table |
||||||||||||||||||||||||||||||||
COLLECTID | int2 | 5 | null |
|
|
Is fkey. For available values refer to cabah_col_mtdID table |
||||||||||||||||||||||||||||||||
DEPOSITID | int2 | 5 | null |
|
|
Is fkey. For available values refer to cabah_depositID table |
||||||||||||||||||||||||||||||||
COLLDATE | varchar | 10 | √ | NULL::character varying |
|
|
Is unit collection date, if reported, at the highest possible dd/mm/yyyy level. |
|||||||||||||||||||||||||||||||
WATERDEPTH | numeric | 0 | √ | null |
|
|
Water depth in m. (-9999.99 = no data) |
|||||||||||||||||||||||||||||||
NEO_HANDLE | varchar | 10 | √ | null |
|
|
Is neotoma unit handle (if available) |
|||||||||||||||||||||||||||||||
UNIT_COMMT | text | 2147483647 | √ | null |
|
|
Free text site comment field |
|||||||||||||||||||||||||||||||
CREATED_AT | timestamptz | 35,6 | timezone('UTC'::text, now()) |
|
|
Is record timestamp with timezone based on UTC |
||||||||||||||||||||||||||||||||
UPDATED_AT | timestamptz | 35,6 | √ | timezone('UTC'::text, now()) |
|
|
Is timestamp of record update with timezone based on UTC |
|||||||||||||||||||||||||||||||
COLL_SPEC | text | 2147483647 | √ | null |
|
|
Stores collection process specifics (if applicable) |
|||||||||||||||||||||||||||||||
IS_CHAR | bool | 1 | false |
|
|
Is this collection unit part of the SahulChar collection? |
||||||||||||||||||||||||||||||||
IS_IPPD | bool | 1 | false |
|
|
Is this collection unit part of the IPPD collection? |
||||||||||||||||||||||||||||||||
IS_NEOTOMA | bool | 1 | false |
|
|
Is this collection unit part of Neotoma db? |
||||||||||||||||||||||||||||||||
UNIT_REF | text | 2147483647 | null |
|
|
Is fkey. Refer to global_RefCore table |
||||||||||||||||||||||||||||||||
NEO_UNITID | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
global_UnitMaster_pkey | Primary key | Asc | UNITID |
global_UnitMaster_NEO_HANDLE_key | Must be unique | Asc | NEO_HANDLE |
global_unitmaster_NEO_UNITID_ukey | Must be unique | Asc | NEO_UNITID |
global_UnitMaster_UNITHANDLE_key | Must be unique | Asc | UNITHANDLE |