Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SAMPLEID | int4 | 10 | null |
|
|
Arbitrary identifier. Is original Neotoma sampleid |
|||||||||||
ANLYSUNTID | int4 | 10 | null |
|
|
Arbitrary identifier. Is original Neotoma analysisunitid. Is fkey to public.“cabah_AnalysisUnit” |
|||||||||||
NEODSETID | int4 | 10 | null |
|
|
Arbitrary identifier. Is “NEODSETID”, i.e., the original Neotoma datasetid. Is fkey to public.“global_DataSetMaster” |
|||||||||||
SMPNAME | text | 2147483647 | √ | null |
|
|
Is sample name, if avaiable |
||||||||||
ANLYSDATE | varchar | 10 | √ | NULL::character varying |
|
|
Is date of analysis, if available |
||||||||||
LABNUMBER | text | 2147483647 | √ | null |
|
|
Is lab number, if provided |
||||||||||
PREPMETHOD | text | 2147483647 | √ | null |
|
|
Is preparation method free text field |
||||||||||
SMPNOTE | text | 2147483647 | √ | null |
|
|
Is sample note, if applicable |
||||||||||
SMPDATE | varchar | 10 | √ | NULL::character varying |
|
|
Is date of sampling, if provided |
||||||||||
TAXONID | int4 | 10 | √ | null |
|
|
Is fkey to public.“cabah_taxaID” |
||||||||||
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 |
||||||||||
DATASETID | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ippd_Sample_pkey | Primary key | Asc | SAMPLEID |