Skip to content

Interim app credentials

interim_app_credentials

  • Schema: public
  • PK: app_id (uuid)
  • TTL: 24 hours (row_expiration_time defaults to now() + 24h)

Columns

Column Type Nullable Default Notes
app_id uuid NO PK
credentials varchar NO
row_expiration_time timestamptz YES now() + interval '24 hours' TTL column

Key indexes

  • interim_app_credentials_pk — primary key on app_id