diff --git a/schema/tables/preferences.yml b/schema/tables/preferences.yml index 6fa84b1d05..aa3c43a462 100644 --- a/schema/tables/preferences.yml +++ b/schema/tables/preferences.yml @@ -8,6 +8,8 @@ examples: >- SELECT * FROM preferences WHERE subkey='dailyEvents/2/enrolledUserCount'; ``` +notes: >- + - The `value` column will be empty for keys that contain binary data. columns: - name: username requires_user_context: true