Skip to main content

services

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDintegerplainService 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)
applicationintegerplainapplications.IDApplication ID (`null`=STANDALONE)
activitysmallintplainDefault: 0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
nametextmainName
identifiercharacter varying(200)mainUnique service identifier
typesmallintplainService type (`0`=TIMING, `1`=REMOTECALL, `2`=AFTER_CREATION, `3`=BEFORE_MODIFICATION, `4`=AFTER_MODIFICATION, `5`=AFTER_CREATION_MODIFICATION, `6`=BEFORE_DELETION, `7`=AFTER_DELETION)
entitytextmainDefault: ''Canonical entity; only for AFTER_CREATION, BEFORE_MODIFICATION, AFTER_MODIFICATION, AFTER_CREATION_MODIFICATION, BEFORE_DELETION or AFTER_DELETION
scheduleintegerplainDefault: 0Schedule as a minute of each day; only for TIMING
intervalsmallintplainDefault: 1Interval in minutes; only for TIMING
mimetypetextmainDefault: 'text/x-zymba'MIME type (RFC 2045)
binfileintegerplainbinfiles.IDNo description provided.
urltextmainDefault: ''No description provided.
accesskeybyteaextendedNo description provided.
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_services_applicationginapplication
fk_services_binfilebtreebinfile
pk_servicesbtreeID
s_services_identifierginidentifier
s_services_nameginname
u_services_identifierbtreeidentifier
NameType
c_services_typecheck
dc_services_activitycheck
dc_services_entitycheck
dc_services_identifiercheck
dc_services_intervalcheck
dc_services_mimetypecheck
dc_services_namecheck
dc_services_schedulecheck
dc_services_typecheck
dc_services_urlcheck
fk_services_applicationforeign_key
fk_services_binfileforeign_key
fk_services_creatorforeign_key
pk_servicesprimary_key
u_services_identifierunique
Loading...