Zum Hauptinhalt springen

entities2channels

Module: control

Junction table linking entities to communication channels.

NameTypeNullableDefault ValueNotes
PKID
bigintEntity-to-channel 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)
entity
t_entityCanonical entity
index
integerEntity ID
channel
channels.ID
integerChannel ID (**dependency**)
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_entities2channels_channelbtreechannel
pk_entities2channelsbtreeID
u_entities2channels_entity_indexbtreeentity, index, +channel
NameType
c_entities2channels_entitycheck
fk_entities2channels_channelforeign_key
pk_entities2channelsprimary_key
u_entities2channels_entity_indexunique
Loading...