user_roles
Table added in Rogo 7.2.0.
Purpose: Holds the roles assigned to a user
Joins: users, roles (table)tables
Field | Type | Purpose |
---|---|---|
userID | int(10) unsigned | Foreign key to users.id |
roleID | int(4) | Foreign key to role.id |
Table added in Rogo 7.2.0.
Purpose: Holds the roles assigned to a user
Joins: users, roles (table)tables
Field | Type | Purpose |
---|---|---|
userID | int(10) unsigned | Foreign key to users.id |
roleID | int(4) | Foreign key to role.id |