Skip to main content

campaigns

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDintegerplainCampaign ID
forkintegerplainforks.IDFork ID (`null` for base module)
ownergroupintegerplaingroups.IDOwner group ID (`null`=PUBLIC)
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)
visibilitysmallintplainDefault: 0Visibility (`0`=REGULAR, `1`=ARCHIVED, `2`=DELETED)
nametextmainName
datefrombigintplainStart date as a Unix timestamp; must be less than or equal to `dateto`
datetobigintplainEnd date as a Unix timestamp; must be greater than or equal to `datefrom`
statussmallintplainDefault: 0Status (`0`=DRAFT, `1`=NOTSTARTED, `2`=AWAITINGAPPROVAL, `3`=APPROVED, `4`=DISMISSED, `5`=ACTIVE, `6`=INACTIVE, `7`=INEVALUATION, `8`=CANCELLED, `9`=CLOSED)
descriptiontextextendedDefault: ''Detailed general description
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_campaigns_assigneduserginassigneduser
fk_campaigns_forkginfork
fk_campaigns_ownergroupginownergroup
i_campaigns_noforkginfork
i_campaigns_noownerginownergroup
pk_campaignsbtreeID
s_campaigns_nameginname
NameType
c_campaigns_datecheck
dc_campaigns_descriptioncheck
dc_campaigns_namecheck
dc_campaigns_statuscheck
dc_campaigns_visibilitycheck
fk_campaigns_assigneduserforeign_key
fk_campaigns_creatorforeign_key
fk_campaigns_forkforeign_key
fk_campaigns_ownergroupforeign_key
pk_campaignsprimary_key
Loading...