Skip to content

Commit 0b59cb6

Browse files
committed
Update masking-policy.md
1 parent 90fffb9 commit 0b59cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/guides/56-security/masking-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ GRANT ROLE 'MANAGERS' TO 'manager_user';
5757
-- Create a masking policy
5858
CREATE MASKING POLICY email_mask
5959
AS
60-
(val string)
61-
RETURNS string ->
60+
(val nullable(string))
61+
RETURNS nullable(string) ->
6262
CASE
6363
WHEN current_role() IN ('MANAGERS') THEN
6464
val

0 commit comments

Comments
 (0)