Rasul Makhmudov
Results
2
issues of
Rasul Makhmudov
Propose changing the `user_metadata` column type from `text` to `jsonb` in the user_metadata table.
2
### Problem Currently, the `user_metadata` column is stored as plain text (TEXT type), which: 1. Requires parsing/stringifying JSON for every read/write operation. Has worse performance 2. Doesn't provide native JSON...
enhancement