Zum Hauptinhalt springen

resources

Module: dev

Reusable script resources for applications.

NameTypeNullableDefault ValueNotes
PKID
integerResource 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)
application
applications.ID
integerApplication ID (`null`=STANDALONE)
activity
smallint0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
name
textName
identifier
character varying(200)Unique resource identifier
mimetype
text'text/x-zymba'MIME type (RFC 2045)
public
smallint0Publicly accessible
binfile
binfiles.ID
integer
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_resources_applicationginapplication
fk_resources_binfilebtreebinfile
pk_resourcesbtreeID
s_resources_identifierginidentifier
s_resources_nameginname
u_resources_identifierbtreeidentifier
NameType
dc_resources_activitycheck
dc_resources_identifiercheck
dc_resources_mimetypecheck
dc_resources_namecheck
fk_resources_applicationforeign_key
fk_resources_binfileforeign_key
pk_resourcesprimary_key
u_resources_identifierunique
Loading...