Skip to content

Commit a38da56

Browse files
Update row-level-security.mdx | correct example (supabase#37361)
1 parent 4f985a2 commit a38da56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/content/guides/database/postgres/row-level-security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Let's say you have a table called `profiles` in the public schema and you want t
104104
-- 1. Create table
105105
create table profiles (
106106
id uuid primary key,
107-
user_id references auth.users,
107+
user_id uuid references auth.users,
108108
avatar_url text
109109
);
110110

0 commit comments

Comments
 (0)