Skip to main content

couponcodes

NameTypeStorageNullableForeign KeysDefault Value & Notes
PKIDbigintplainCoupon code 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: date_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
couponintegerplaincoupons.IDCoupon ID (**dependency**)
transactionintegerplaintransactions.IDTransaction ID
flagsmallintplainDefault: 0Flag (`0`=BOOKED, `1`=RESERVED, `2`=CANCELLED)
datebigintplainDefault: date_part('epoch', now())Designated date and time as a Unix timestamp (defaults to current date and time on creation)
codetextmainCoupon code
valuedouble precisionplainDefault: 0Value
datefrombigintplainStart date and time as a Unix timestamp; must be less than or equal to `dateto`
datetobigintplainEnd date and time as a Unix timestamp; must be greater than or equal to `datefrom`
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_couponcodes_coupongincoupon
fk_couponcodes_transactionbtreetransaction
i_couponcodes_codebtreecode
pk_couponcodesbtreeID
s_couponcodes_codegincode
NameType
c_couponcodes_datecheck
dc_couponcodes_codecheck
dc_couponcodes_flagcheck
fk_couponcodes_couponforeign_key
fk_couponcodes_creatorforeign_key
fk_couponcodes_transactionforeign_key
pk_couponcodesprimary_key
NameTypeEventsFunctionDefinition
ti_couponcodes_uniquebeforeinsertftiu_couponcodes_unique
tu_couponcodes_uniquebeforeupdateftiu_couponcodes_unique
Loading...