Skip to main content

actionsteps

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDintegerplainAction step ID
forkintegerplainforks.IDFork ID (`null` for base module)
owneruserintegerplainusers.IDOwner user ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
ownergroupintegerplaingroups.IDOwner group ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
creatorintegerplainusers.IDCreator user ID (defaults to authenticated user on creation)
assigneduserintegerplainusers.IDAssigned user ID
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)
taskintegerplaintasks.IDTask ID; is mutually exclusive to `ticket` and `account`
ticketintegerplaintickets.IDTicket ID; is mutually exclusive to `task` and `account`
accountintegerplainaccounts.IDAccount ID; is mutually exclusive to `task` and `ticket`
transactionintegerplaintransactions.IDTransaction ID
nametextmainName
actionnumtextmainDefault: ''Action number
datebigintplainDefault: date_part('epoch', now())Designated date and time as a Unix timestamp (defaults to current date and time on creation)
duedatebigintplainDue date and time as a Unix timestamp
statussmallintplainDefault: 0Status (`0`=DRAFT, `1`=COMPLETED, `2`=CANCELLED, `3`=BOOKED)
effortintegerplainDefault: 0Effort in minutes
descriptiontextextendedDefault: ''Detailed general description
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_actionsteps_accountbtreeaccount
fk_actionsteps_assigneduserginassigneduser
fk_actionsteps_forkginfork
fk_actionsteps_ownergroupginownergroup
fk_actionsteps_owneruserginowneruser
fk_actionsteps_taskbtreetask
fk_actionsteps_ticketbtreeticket
fk_actionsteps_transactionbtreetransaction
i_actionsteps_datebtreedate
i_actionsteps_noforkginfork
i_actionsteps_noownerginownergroup
pk_actionstepsbtreeID
s_actionsteps_actionnumginactionnum
s_actionsteps_nameginname
NameType
c_actionsteps_associationcheck
c_actionsteps_ownercheck
dc_actionsteps_actionnumcheck
dc_actionsteps_descriptioncheck
dc_actionsteps_effortcheck
dc_actionsteps_namecheck
dc_actionsteps_statuscheck
fk_actionsteps_accountforeign_key
fk_actionsteps_assigneduserforeign_key
fk_actionsteps_creatorforeign_key
fk_actionsteps_forkforeign_key
fk_actionsteps_ownergroupforeign_key
fk_actionsteps_owneruserforeign_key
fk_actionsteps_taskforeign_key
fk_actionsteps_ticketforeign_key
fk_actionsteps_transactionforeign_key
pk_actionstepsprimary_key
Loading...