Skip to main content

associations

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDbigintplainAssociation 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)
entity1t_entityplainFirst canonical entity
entity2t_entityplainSecond canonical entity
index1integerplainFirst entity ID
index2integerplainSecond entity ID
relationtextextendedDefault: ''Relation
metajsonextendedJSON-encoded metadata (object)
NameUniqueNulls DistinctPrimaryPartialMethodKeys
i_associations_entity2_index2btreeentity2, index2
pk_associationsbtreeID
u_associations_entity1_index1_entity2_index2btreeentity1, index1, entity2, index2
NameType
c_associations_entitycheck
dc_associations_metacheck
dc_associations_relationcheck
fk_associations_creatorforeign_key
pk_associationsprimary_key
u_associations_entity1_index1_entity2_index2unique
NameTypeEventsFunctionDefinition
tiu_associations_uniquebeforeinsert, updateftiu_associations_unique
Loading...