Skip to main content

customfields

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDintegerplainCustom field ID
creatorintegerplainusers.IDCreator user ID (defaults to authenticated user on creation)
creationdatebigintplainDefault: EXTRACT(epoch FROM now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodifiedbigintplainDefault: EXTRACT(epoch FROM 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 field identifier
contexttextmainContext (mainly entity)
sourcesmallintplainDefault: 0Data source (`0`=EXTDATA, `1`=TAGS, `2`=INTERNAL)
referencetextmainData reference (extdata field name or tag name)
indexedsmallintplainDefault: 0Indexed
typetextmainDefault: ''Data type
entityt_entityplainCanonical entity; only for `type`=`entity`
optionsjsonextendedJSON-encoded option values and labels (array or object); only relevant for `type`=`list`
langaliasesjsonextendedJSON-encoded language-specific aliases (object); use language code as object key
patterntextextendedDefault: ''No description provided.
NameUniqueNulls DistinctPrimaryPartialMethodKeys
pk_customfieldsbtreeID
s_customfields_contextgincontext
s_customfields_identifierginidentifier
s_customfields_nameginname
s_customfields_referenceginreference
u_customfields_identifierbtreeidentifier
NameType
c_customfields_entitycheck
c_customfields_typecheck
dc_customfields_activitycheck
dc_customfields_contextcheck
dc_customfields_identifiercheck
dc_customfields_langaliasescheck
dc_customfields_namecheck
dc_customfields_optionscheck
dc_customfields_patterncheck
dc_customfields_referencecheck
dc_customfields_sourcecheck
fk_customfields_creatorforeign_key
pk_customfieldsprimary_key
u_customfields_identifierunique
Loading...