| PKID | integer | plain | | | Link 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) |
| visibility | smallint | plain | | | Default: 0Visibility (`0`=REGULAR, `1`=ARCHIVED, `2`=DELETED) |
| name | text | main | | | Name |
| url | text | main | | | Default: ''URL |
| expdate | bigint | plain | | | Expiry date as a Unix timestamp |
| username | text | extended | | | Default: ''Username |
| password | text | extended | | | Default: ''Password (empty if encrypted) |
| visits | integer | plain | | | Default: 0Number of visits |
| description | text | extended | | | Default: ''Detailed general description |
| password_encrypted | bytea | extended | | | No description provided. |
| otpsecret | bytea | extended | | | No description provided. |