Skip to main content

follows

Module: main

User follows for entity notifications.

NameTypeNullableDefault ValueNotes
PKID
bigintFollow ID
creator
users.ID
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
bigintEntity ID
NameUniqueNulls DistinctPrimaryPartialMethodKeys
pk_followsbtreeID
u_follows_entity_creator_indexbtreeentity, creator, index
NameType
c_follows_entitycheck
fk_follows_creatorforeign_key
pk_followsprimary_key
u_follows_entity_creator_indexunique
Loading...