Skip to main content

pricelists2accounts

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDbigintplainPricelist-to-account ID
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: EXTRACT(epoch FROM now())Last modification date and time as a Unix timestamp (auto-reset on modification)
pricelistintegerplainpricelists.IDPrice list ID (**dependency**)
accountintegerplainaccounts.IDAccount ID (**dependency**)
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_pricelists2accounts_accountbtreeaccount
pk_pricelists2accountsbtreeID
u_pricelists2accounts_pricelist_accountbtreepricelist, account
NameType
fk_pricelists2accounts_accountforeign_key
fk_pricelists2accounts_creatorforeign_key
fk_pricelists2accounts_pricelistforeign_key
pk_pricelists2accountsprimary_key
u_pricelists2accounts_pricelist_accountunique
Loading...