Role
Roles Table
Column
Type
Description
SELECT
name,
description,
is_base_role,
permission_grants
FROM roles
WHERE expired_at IS NULL OR expired_at > NOW();Last updated
Was this helpful?
SELECT
name,
description,
is_base_role,
permission_grants
FROM roles
WHERE expired_at IS NULL OR expired_at > NOW();Last updated
Was this helpful?
Was this helpful?