Zum Hauptinhalt springen

projects

Module: projects

Project records for organizing tasks and tickets.

Status codes

StatusActivityID
DraftDRAFT0
Not startedDRAFT1
Awaiting approvalDRAFT2
ApprovedOPEN3
DismissedCANCELLED4
ActiveOPEN5
InactiveOPEN6
TestingOPEN7
CancelledCANCELLED8
CompletedCLOSED9
FailedCLOSED10
BookedCLOSED11
NameTypeNullableDefault ValueNotes
PKID
integerProject ID
fork
forks.ID
integerFork ID (`null` for base module)
owneruser
users.ID
integerOwner user ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
ownergroup
groups.ID
integerOwner group ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
creator
integerCreator user ID (defaults to authenticated user on creation)
assigneduser
users.ID
integerAssigned user ID
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)
account
accounts.ID
integerAccount ID
visibility
smallint0Visibility (`0`=REGULAR, `1`=ARCHIVED, `2`=DELETED)
name
textName
projectnum
text''Project number
status
smallint0Status (`0`=DRAFT, `1`=NOTSTARTED, `2`=AWAITINGAPPROVAL, `3`=APPROVED, `4`=DISMISSED, `5`=ACTIVE, `6`=INACTIVE, `7`=TESTING, `8`=CANCELLED, `9`=COMPLETED, `10`=FAILED, `11`=BOOKED)
description
text''Detailed general description
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_projects_accountbtreeaccount
fk_projects_assigneduserginassigneduser
fk_projects_forkginfork
fk_projects_ownergroupginownergroup
fk_projects_owneruserginowneruser
i_projects_noforkginfork
i_projects_noownerginownergroup
pk_projectsbtreeID
s_projects_nameginname
s_projects_projectnumginprojectnum
NameType
dc_projects_descriptioncheck
dc_projects_namecheck
dc_projects_projectnumcheck
dc_projects_statuscheck
dc_projects_visibilitycheck
fk_projects_accountforeign_key
fk_projects_assigneduserforeign_key
fk_projects_forkforeign_key
fk_projects_ownergroupforeign_key
fk_projects_owneruserforeign_key
pk_projectsprimary_key
Loading...