Adventure Labs Logo
Scout Docs

Operators

Table for recording operator actions and sessions with timestamp tracking

Column NameData TypeConstraints
idbigintNOT NULL
created_attimestamp with time zoneDEFAULT now() NOT NULL
timestamptimestamp with time zone
session_idbigint
user_iduuidNOT NULL
actiontext

Security Policies (RLS)

This table has Row Level Security (RLS) enabled with the following policies:

  • Read Access: Device API keys (via session relationship) OR users with view role in same herd
  • Create/Update/Delete: Device API keys (via session relationship) OR users with edit role in same herd

On this page