Skip to main content

projects

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDintegerplainProject 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)
accountintegerplainaccounts.IDAccount ID
visibilitysmallintplainDefault: 0Visibility (`0`=REGULAR, `1`=ARCHIVED, `2`=DELETED)
nametextmainName
projectnumtextmainDefault: ''Project number
statussmallintplainDefault: 0Status (`0`=DRAFT, `1`=NOTSTARTED, `2`=AWAITINGAPPROVAL, `3`=APPROVED, `4`=DISMISSED, `5`=ACTIVE, `6`=INACTIVE, `7`=TESTING, `8`=CANCELLED, `9`=COMPLETED, `10`=FAILED, `11`=BOOKED)
descriptiontextextendedDefault: ''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_creatorforeign_key
fk_projects_forkforeign_key
fk_projects_ownergroupforeign_key
fk_projects_owneruserforeign_key
pk_projectsprimary_key
Loading...