Zum Hauptinhalt springen

forks

Module: admin

Database fork configurations for multi-tenant setups.

NameTypeNullableDefault ValueNotes
PKID
integerFork ID
creator
integerCreator user ID (defaults to authenticated user on creation)
creationdate
bigintEXTRACT(epoch FROM now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintEXTRACT(epoch FROM now())Last modification date and time as a Unix timestamp (auto-reset on modification)
group
groups.ID
integerGroup ID
activity
smallint0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
name
textName
identifier
character varying(200)Unique fork identifier
module
textCanonical module identifier
color
character varying(6)''Color code (CSS-style hexadecimal without `#`)
langaliases
jsonJSON-encoded language-specific aliases (object); use language code as object key
description
text''
settings
json
NameUniqueNulls DistinctPrimaryPartialMethodKeys
pk_forksbtreeID
s_forks_identifierginidentifier
s_forks_nameginname
u_forks_identifierbtreeidentifier
NameType
dc_forks_activitycheck
dc_forks_colorcheck
dc_forks_descriptioncheck
dc_forks_identifiercheck
dc_forks_langaliasescheck
dc_forks_modulecheck
dc_forks_namecheck
dc_forks_settingscheck
fk_forks_groupforeign_key
pk_forksprimary_key
u_forks_identifierunique
NameTypeEventsFunctionDefinition
tu_forks_modulebeforeupdateft_integrity
Loading...