Skip to main content

follows

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDbigintplainFollow 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
indexbigintplainEntity 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...