User
Table schema for user profiles, preferences, and dimensions.
Users Table
Column
Type
Description
SELECT
user_id,
email,
role,
preferences,
updated_at
FROM users
ORDER BY updated_at DESC;Last updated
Was this helpful?
Table schema for user profiles, preferences, and dimensions.
SELECT
user_id,
email,
role,
preferences,
updated_at
FROM users
ORDER BY updated_at DESC;Last updated
Was this helpful?
Was this helpful?