Skip to content

Referral links

  • Schema: public
  • PK: referral_link_id (uuid)

Columns

Column Type Nullable Default Notes
referral_link_id uuid NO gen_random_uuid() PK
referral_link varchar YES Unique
referrer_user_id bigint YES
row_expiration_time timestamptz YES TTL column
created_time timestamp YES now()

Key indexes

  • referral_links_pk — primary key on referral_link_id
  • referral_links_un — UNIQUE on referral_link