Zum Hauptinhalt springen

links

Module: links

Bookmarked URLs with credentials and visit tracking.

NameTypeNullableDefault ValueNotes
PKID
integerLink ID
fork
forks.ID
integerFork ID (`null` for base module)
owneruser
users.ID
integerOwner user ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
ownergroup
groups.ID
integerOwner group ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
creator
integerCreator user ID (defaults to authenticated user on creation)
assigneduser
users.ID
integerAssigned user ID
creationdate
bigintdate_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintdate_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
visibility
smallint0Visibility (`0`=REGULAR, `1`=ARCHIVED, `2`=DELETED)
name
textName
url
text''URL
expdate
bigintExpiry date as a Unix timestamp
username
text''Username
password
text''Password (empty if encrypted)
visits
integer0Number of visits
description
text''Detailed general description
password_encrypted
bytea
otpsecret
bytea
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_links_assigneduserginassigneduser
fk_links_forkginfork
fk_links_ownergroupginownergroup
fk_links_owneruserginowneruser
i_links_noforkginfork
i_links_noownerginownergroup
pk_linksbtreeID
s_links_nameginname
s_links_urlginurl
NameType
c_links_ownercheck
c_links_passwordcheck
dc_links_descriptioncheck
dc_links_namecheck
dc_links_urlcheck
dc_links_usernamecheck
dc_links_visibilitycheck
dc_links_visitscheck
fk_links_assigneduserforeign_key
fk_links_forkforeign_key
fk_links_ownergroupforeign_key
fk_links_owneruserforeign_key
pk_linksprimary_key
Loading...