Anyone have a good example of how to model and store SCIM-compatible identity information (users, groups, and schemas) at the database level? I’m trying to use a MySQL DB and debating whether to (1) use JSON for multi-value and complex properties or (2) add more tables to the DB.