Skip to main content

applications

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDintegerplainApplication 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)
activitysmallintplainDefault: 0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
nametextmainName
identifiercharacter varying(200)mainUnique application identifier
versionintegerplainDefault: 10000Version number (formatted as 1.00-00)
vendortextextendedDefault: ''Vendor (developer or company name)
restrictedsmallintplainDefault: 0Restricted access via permission with same identifier
callbackurlstext[]extendedArray-encoded allowed callback URLs for APIs
settingsbinfileintegerplainbinfiles.IDNo description provided.
usersettingsbinfileintegerplainbinfiles.IDNo description provided.
secretbyteaextendedNo description provided.
defaultsettingsjsonextendedNo description provided.
settingsjsonextendedNo description provided.
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_applications_settingsbinfilebtreesettingsbinfile
fk_applications_usersettingsbinfilebtreeusersettingsbinfile
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
dc_applications_versioncheck
fk_applications_creatorforeign_key
fk_applications_settingsbinfileforeign_key
fk_applications_usersettingsbinfileforeign_key
pk_applicationsprimary_key
u_applications_identifierunique
Loading...