```const user = { id: 0102932023202, profi...
# orm-help
a
Copy code
const user = {
    id: 0102932023202,
    profile: {
        // This would be JSONB
    },
    inventory: [] // This is also JSONB
    badges: [] // This is also JSONB
}
n
Are you running into any issue?