| PKID | integer | plain | | | Contact ID |
| fork | integer | plain | | forks.ID | Fork ID (`null` for base module) |
| owneruser | integer | plain | | users.ID | Owner user ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`) |
| ownergroup | integer | plain | | groups.ID | Owner group ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`) |
| creator | integer | plain | | users.ID | Creator user ID (defaults to authenticated user on creation) |
| assigneduser | integer | plain | | users.ID | Assigned user ID |
| creationdate | bigint | plain | | | Default: date_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation) |
| lastmodified | bigint | plain | | | Default: date_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification) |
| davserver | integer | plain | | davservers.ID | DAV server ID |
| visibility | smallint | plain | | | Default: 0Visibility (`0`=REGULAR, `1`=ARCHIVED, `2`=DELETED) |
| lastname | text | main | | | Default: ''Last name (surname or company name); is required if `firstname` is empty |
| firstname | text | main | | | Default: ''First name (given name); is required if `lastname` is empty |
| type | smallint | plain | | | Default: 0Contact type (`0`=COMPANY, `1`=PERSON) |
| title | text | extended | | | Default: ''Title or salutation; only for PERSON |
| company | text | main | | | Default: ''Company name; only for PERSON |
| position | text | extended | | | Default: ''Position or job title; only for PERSON |
| department | text | extended | | | Default: ''Department; only for PERSON |
| address | text | extended | | | Default: ''Address (street and building/suite number) |
| postalcode | text | extended | | | Default: ''Postal or ZIP code |
| city | text | extended | | | Default: ''City or locality |
| region | text | extended | | | Default: ''Region or state |
| country | character varying(2) | extended | | | Default: ''Country code (ISO 3166-1 alpha-2) |
| phone | text | extended | | | Default: ''Primary phone number |
| phone2 | text | extended | | | Default: ''Secondary phone number |
| cell | text | extended | | | Default: ''Cell phone number |
| fax | text | extended | | | Default: ''Fax number |
| email | text | main | | | Default: ''Primary e-mail address |
| email2 | text | main | | | Default: ''Secondary e-mail address |
| website | text | extended | | | Default: ''Website URL |
| birthdate | bigint | plain | | | Birth date as a Unix timestamp; only for PERSON |
| description | text | extended | | | Default: ''Detailed general description |
| picbinfile | integer | plain | | binfiles.ID | No description provided. |