Skip to content

Referral events

referral_events

  • Schema: public
  • PK: id (uuid)

Columns

Column Type Nullable Default Notes
id uuid NO gen_random_uuid() PK
referrer_user_id bigint NO
referee_email varchar YES
created_time timestamp YES now()
display_time timestamp YES now()
row_expiration_time timestamptz YES TTL column
event_type varchar YES
amount float8 YES
credit_type varchar YES

Key indexes

  • primary — primary key on id