acl_roles_users


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null
role_id CHAR 36 null
acl_roles.id Defined in XMLR
user_id CHAR 36 null
users.id Defined in XMLR
date_modified DATETIME 26 null
deleted BIT 1 0

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
idx_aclrole_id Performance Asc role_id
idx_aclrole_user Performance Asc/Asc role_id + user_id
idx_acluser_id Performance Asc user_id

Relationships