Skip to main content

entities2channels

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDbigintplainEntity-to-channel ID
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)
entityt_entityplainCanonical entity
indexintegerplainEntity ID
channelintegerplainchannels.IDChannel ID (**dependency**)
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_entities2channels_channelbtreechannel
pk_entities2channelsbtreeID
u_entities2channels_entity_indexbtreeentity, index, +channel
NameType
c_entities2channels_entitycheck
fk_entities2channels_channelforeign_key
fk_entities2channels_creatorforeign_key
pk_entities2channelsprimary_key
u_entities2channels_entity_indexunique
Loading...