Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CONTACTID | int4 | 10 | null |
|
|
Is original Neotoma contactid |
|||||||||||
ALIASID | int4 | 10 | √ | null |
|
|
The ContactID of a person’s current name. If the AliasID is different from the ContactID, the ContactID refers to the person’s former name |
||||||||||
CONTACTNAM | text | 2147483647 | null |
|
|
||||||||||||
CSTATUSID | int2 | 5 | √ | null |
|
|
|||||||||||
FAMILYNAME | text | 2147483647 | √ | null |
|
|
|||||||||||
PHONE | text | 2147483647 | √ | null |
|
|
|||||||||||
FAX | text | 2147483647 | √ | null |
|
|
|||||||||||
text | 2147483647 | √ | null |
|
|
||||||||||||
URL | text | 2147483647 | √ | null |
|
|
|||||||||||
ADDRESS | text | 2147483647 | √ | null |
|
|
|||||||||||
LEADINITIA | varchar | 24 | √ | NULL::character varying |
|
|
|||||||||||
GIVENNAMES | text | 2147483647 | √ | null |
|
|
|||||||||||
TITLE | varchar | 24 | √ | NULL::character varying |
|
|
|||||||||||
SUFFIX | varchar | 24 | √ | NULL::character varying |
|
|
|||||||||||
NOTES | text | 2147483647 | √ | null |
|
|
|||||||||||
OAID | varchar | 19 | √ | NULL::character varying |
|
|
Fkey. Links to public.“global_Author” |
||||||||||
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 |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
neo_contacts_pkey | Primary key | Asc | CONTACTID |