Skip to main content

channels

Module: control

Communication channels for entity notifications and updates.

NameTypeNullableDefault ValueNotes
PKID
integerChannel ID
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)
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)
activity
smallint0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
name
textName
description
text''Detailed general description
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_channels_ownergroupginownergroup
fk_channels_owneruserginowneruser
pk_channelsbtreeID
s_channels_nameginname
NameType
dc_channels_activitycheck
dc_channels_descriptioncheck
dc_channels_namecheck
fk_channels_ownergroupforeign_key
fk_channels_owneruserforeign_key
pk_channelsprimary_key
Loading...