Skip to main content

comments

Module: main

User comments attached to activity records.

NameTypeNullableDefault ValueNotes
PKID
bigintComment ID
creator
integerCreator user ID (defaults to authenticated user on creation)
creationdate
bigintdate_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintEXTRACT(epoch FROM now())Last modification date and time as a Unix timestamp (auto-reset on modification)
record
records.ID
bigintRecord ID (**dependency**)
date
bigintEXTRACT(epoch FROM now())Designated date and time as a Unix timestamp (defaults to current date and time on creation)
sender
text''Sender
text
text''Comment text (Markdown for rich text representation)
meta
jsonJSON-encoded metadata (object)
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_comments_recordbtreerecord
i_comments_datebtreedate
pk_commentsbtreeID
s_comments_textgintext
NameType
dc_comments_metacheck
dc_comments_sendercheck
dc_comments_textcheck
fk_comments_recordforeign_key
pk_commentsprimary_key
Loading...