role_permission


Columns

Column Type Size Nulls Auto Default Children Parents Comments
role_uuid uuid 2147483647 null
role.uuid role_permission_role_uuid_fkey C
action_name text 2147483647 null
object_id text 2147483647 null
object_type text 2147483647 null
restricttoowner bool 1 false
comment text 2147483647 null
created_on timestamptz 35,6 now()
props jsonb 2147483647 null
tags jsonb 2147483647 null
updated_on timestamptz 35,6 now()
version int8 19 1
source text 2147483647 null

Table contained 72 rows

Indexes

Constraint Name Type Sort Column(s)
uk_role_permission Must be unique Asc/Asc/Asc role_uuid + action_name + object_type

Relationships