Zum Hauptinhalt springen

applications

Module: dev

ZeyOS applications with settings, versioning, and OAuth configuration.

NameTypeNullableDefault ValueNotes
PKID
integerApplication ID
creator
integerCreator user ID (defaults to authenticated user on creation)
creationdate
bigintdate_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintdate_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
activity
smallint0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
readmebinfile
binfiles.ID
integerBinary file ID; is read-only (not for `PUT` or `PATCH`)
name
textName
identifier
character varying(200)Unique application identifier
vendor
text''Vendor (developer or company name)
restricted
smallint0Restricted access via permission with same identifier
callbackurls
text[]Array-encoded allowed callback URLs for APIs
settingscodebinfile
binfiles.ID
integer
usersettingscodebinfile
binfiles.ID
integer
secret
bytea
defaultsettings
json
settings
json
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_applications_settingscodebinfilebtreesettingscodebinfile
fk_applications_usersettingscodebinfilebtreeusersettingscodebinfile
pk_applicationsbtreeID
s_applications_identifierginidentifier
s_applications_nameginname
u_applications_identifierbtreeidentifier
u_applications_secretbtreesecret
NameType
dc_applications_activitycheck
dc_applications_defaultsettingscheck
dc_applications_identifiercheck
dc_applications_namecheck
dc_applications_secretcheck
dc_applications_settingscheck
dc_applications_vendorcheck
fk_applications_readmebinfileforeign_key
fk_applications_settingscodebinfileforeign_key
fk_applications_usersettingscodebinfileforeign_key
pk_applicationsprimary_key
u_applications_identifierunique
Loading...