Skip to main content

channels

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDintegerplainChannel ID
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)
creationdatebigintplainDefault: date_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodifiedbigintplainDefault: EXTRACT(epoch FROM now())Last modification date and time as a Unix timestamp (auto-reset on modification)
activitysmallintplainDefault: 0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
nametextmainName
descriptiontextextendedDefault: ''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_creatorforeign_key
fk_channels_ownergroupforeign_key
fk_channels_owneruserforeign_key
pk_channelsprimary_key
Loading...