Zum Hauptinhalt springen

pricelists2accounts

Module: pricelists

Junction table linking price lists to accounts.

NameTypeNullableDefault ValueNotes
PKID
bigintPricelist-to-account ID
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
bigintEXTRACT(epoch FROM now())Last modification date and time as a Unix timestamp (auto-reset on modification)
pricelist
pricelists.ID
integerPrice list ID (**dependency**)
account
accounts.ID
integerAccount ID (**dependency**)
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_pricelists2accounts_accountbtreeaccount
pk_pricelists2accountsbtreeID
u_pricelists2accounts_pricelist_accountbtreepricelist, account
NameType
fk_pricelists2accounts_accountforeign_key
fk_pricelists2accounts_pricelistforeign_key
pk_pricelists2accountsprimary_key
u_pricelists2accounts_pricelist_accountunique
Loading...