Skip to main content

invitations

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDbigintplainInvitation 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)
appointmentintegerplainappointments.IDAppointment ID (**dependency**)
contactintegerplaincontacts.IDContact ID
nametextmainName
emailtextmainDefault: ''E-mail address
flagsmallintplainDefault: 0Flag (`0`=UNANSWERED, `1`=CONFIRMED, `2`=REJECTED)
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_invitations_appointmentbtreeappointment
fk_invitations_contactbtreecontact
pk_invitationsbtreeID
NameType
dc_invitations_emailcheck
dc_invitations_flagcheck
dc_invitations_namecheck
fk_invitations_appointmentforeign_key
fk_invitations_contactforeign_key
fk_invitations_creatorforeign_key
pk_invitationsprimary_key
Loading...