Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| synonymyid | serial | 10 | √ | nextval('ndb.seq_synonymy_synonymyid'::regclass) |
|
|
||||
| datasetid | int4 | 10 | null |
|
|
DatasetID from the Datasets table |
||||
| taxonid | int4 | 10 | null |
|
|
|||||
| reftaxonid | int4 | 10 | null |
|
|
|||||
| fromcontributor | bool | 1 | √ | null |
|
|
||||
| publicationid | int4 | 10 | √ | null |
|
|
||||
| notes | text | 2147483647 | √ | null |
|
|
||||
| contactid | int4 | 10 | √ | null |
|
|
||||
| datesynonymized | date | 13 | √ | null |
|
|
||||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||
| recdatemodified | timestamp | 22 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| synonymy_pkey | Primary key | Asc | synonymyid |