Zum Hauptinhalt springen

storages

Module: inventory

Warehouse and storage location definitions.

NameTypeNullableDefault ValueNotes
PKID
integerStorage ID
fork
forks.ID
integerFork ID (`null` for base module)
ownergroup
groups.ID
integerOwner group ID (`null`=PUBLIC)
creator
integerCreator user ID (defaults to authenticated user on creation)
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)
visibility
smallint0Visibility (`0`=REGULAR, `1`=ARCHIVED, `2`=DELETED)
name
textName
description
text''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_forkforeign_key
fk_storages_ownergroupforeign_key
pk_storagesprimary_key
Loading...