Skip to main content

ledgers

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDintegerplainLedger ID
forkintegerplainforks.IDFork ID (`null` for base module)
ownergroupintegerplaingroups.IDOwner group ID (`null`=PUBLIC)
creatorintegerplainusers.IDCreator user ID (defaults to authenticated user on creation)
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
descriptiontextextendedDefault: ''Detailed general description
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_ledgers_forkginfork
fk_ledgers_ownergroupginownergroup
i_ledgers_noforkginfork
i_ledgers_noownerginownergroup
pk_ledgersbtreeID
s_ledgers_nameginname
NameType
dc_ledgers_descriptioncheck
dc_ledgers_namecheck
dc_ledgers_visibilitycheck
fk_ledgers_creatorforeign_key
fk_ledgers_forkforeign_key
fk_ledgers_ownergroupforeign_key
pk_ledgersprimary_key
Loading...