Skip to main content

storages

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDintegerplainStorage 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_storages_forkginfork
fk_storages_ownergroupginownergroup
i_storages_noforkginfork
i_storages_noownerginownergroup
pk_storagesbtreeID
s_storages_nameginname
NameType
dc_storages_descriptioncheck
dc_storages_namecheck
dc_storages_visibilitycheck
fk_storages_creatorforeign_key
fk_storages_forkforeign_key
fk_storages_ownergroupforeign_key
pk_storagesprimary_key
NameTypeEventsFunctionDefinition
td_storages_serialsbeforedeleteftd_storages_serials
Loading...