Propose changing the user_metadata
column type from text
to jsonb
in the user_metadata table.
#1134
Labels
enhancement
New feature or request
Problem
Currently, the
user_metadata
column is stored as plain text (TEXT type), which:Solution
Changing the column type to
jsonb
would:The text was updated successfully, but these errors were encountered: