Skip to main content

groups2users

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDbigintplainGroup-to-user 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: date_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
groupintegerplaingroups.IDGroup ID (**dependency**)
userintegerplainusers.IDUser ID (**dependency**)
writablesmallintplainDefault: 0Allow writing of group-owned data by user
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_groups2users_userbtreeuser
pk_groups2usersbtreeID
u_groups2users_group_userbtreegroup, user
NameType
fk_groups2users_creatorforeign_key
fk_groups2users_groupforeign_key
fk_groups2users_userforeign_key
pk_groups2usersprimary_key
u_groups2users_group_userunique
Loading...