Adventure Labs Logo
Scout Docs

Users

Table for storing user profile data linked to Supabase Auth users

Column NameData TypeConstraints
iduuidNOT NULL
usernametext

Security Policies (RLS)

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

  • Read Access: Anyone can view user profiles (public visibility)
  • Create/Update/Delete: No specific policies defined (handled by Supabase Auth)

On this page