Skip to main content

contacts

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDintegerplainContact ID
forkintegerplainforks.IDFork ID (`null` for base module)
owneruserintegerplainusers.IDOwner user ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
ownergroupintegerplaingroups.IDOwner group ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
creatorintegerplainusers.IDCreator user ID (defaults to authenticated user on creation)
assigneduserintegerplainusers.IDAssigned user ID
creationdatebigintplainDefault: date_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodifiedbigintplainDefault: date_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
davserverintegerplaindavservers.IDDAV server ID
visibilitysmallintplainDefault: 0Visibility (`0`=REGULAR, `1`=ARCHIVED, `2`=DELETED)
lastnametextmainDefault: ''Last name (surname or company name); is required if `firstname` is empty
firstnametextmainDefault: ''First name (given name); is required if `lastname` is empty
typesmallintplainDefault: 0Contact type (`0`=COMPANY, `1`=PERSON)
titletextextendedDefault: ''Title or salutation; only for PERSON
companytextmainDefault: ''Company name; only for PERSON
positiontextextendedDefault: ''Position or job title; only for PERSON
departmenttextextendedDefault: ''Department; only for PERSON
addresstextextendedDefault: ''Address (street and building/suite number)
postalcodetextextendedDefault: ''Postal or ZIP code
citytextextendedDefault: ''City or locality
regiontextextendedDefault: ''Region or state
countrycharacter varying(2)extendedDefault: ''Country code (ISO 3166-1 alpha-2)
phonetextextendedDefault: ''Primary phone number
phone2textextendedDefault: ''Secondary phone number
celltextextendedDefault: ''Cell phone number
faxtextextendedDefault: ''Fax number
emailtextmainDefault: ''Primary e-mail address
email2textmainDefault: ''Secondary e-mail address
websitetextextendedDefault: ''Website URL
birthdatebigintplainBirth date as a Unix timestamp; only for PERSON
descriptiontextextendedDefault: ''Detailed general description
picbinfileintegerplainbinfiles.IDNo description provided.
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_contacts_assigneduserginassigneduser
fk_contacts_davservergindavserver
fk_contacts_forkginfork
fk_contacts_ownergroupginownergroup
fk_contacts_owneruserginowneruser
fk_contacts_picbinfilebtreepicbinfile
i_contacts_lastname_firstnamebtreelastname, firstname
i_contacts_noforkginfork
i_contacts_noownerginownergroup
pk_contactsbtreeID
s_contacts_companygincompany
s_contacts_emailginemail
s_contacts_email2ginemail2
s_contacts_firstnameginfirstname
s_contacts_lastnameginlastname
NameType
c_contacts_namecheck
c_contacts_ownercheck
c_contacts_typecheck
dc_contacts_addresscheck
dc_contacts_cellcheck
dc_contacts_citycheck
dc_contacts_companycheck
dc_contacts_countrycheck
dc_contacts_departmentcheck
dc_contacts_descriptioncheck
dc_contacts_emailcheck
dc_contacts_email2check
dc_contacts_faxcheck
dc_contacts_firstnamecheck
dc_contacts_lastnamecheck
dc_contacts_phonecheck
dc_contacts_phone2check
dc_contacts_positioncheck
dc_contacts_postalcodecheck
dc_contacts_regioncheck
dc_contacts_titlecheck
dc_contacts_typecheck
dc_contacts_visibilitycheck
dc_contacts_websitecheck
fk_contacts_assigneduserforeign_key
fk_contacts_creatorforeign_key
fk_contacts_davserverforeign_key
fk_contacts_forkforeign_key
fk_contacts_ownergroupforeign_key
fk_contacts_owneruserforeign_key
fk_contacts_picbinfileforeign_key
pk_contactsprimary_key
Loading...