Adventure Labs Logo
Scout Docs

Herds

Table for storing team metadata

Column NameData TypeConstraints
idbigintNOT NULL
inserted_attimestamp with time zoneDEFAULT timezone('utc'::text, now()) NOT NULL
slugtextNOT NULL
descriptiontextNOT NULL
created_byuuidNOT NULL
is_publicbooleanDEFAULT false NOT NULL
earthranger_domaintext
earthranger_tokentext
video_publisher_tokentext
video_subscriber_tokentext
video_server_urltext

Security Policies (RLS)

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

  • Read Access: Device API keys within herd OR users with view role in herd
  • Create/Update/Delete: Users with edit/admin role in herd

On this page