Copyright © Cloud Software Group, Inc. All rights reserved. |
The role_users table holds information about which roles are defined on the system, and which queues are assigned to them.TABLE role_users (
node_id INTEGER NOT NULL,
role_id INTEGER NOT NULL,
role_name VARCHAR(15) NOT NULL,
usernode_name VARCHAR(49) NOT NULL)
This key enforces the DELETE CASCADE referential action.
a Move System Information is performed, if the flag_table indicates that the Roles data area has been modified. a Move System Information is performed, if the flag_table indicates that the Roles data area has been modified.
Copyright © Cloud Software Group, Inc. All rights reserved. |