Roles permissions

From Expertiza_Wiki
Jump to navigation Jump to search

The Roles Permissions table gives information regarding the permissions given to each of the user roles.

Roles Permissions Variable Documentation

Name Datatype Description !
id int(11) Primary key of the entry in table, auto increments by default
role_id int(11) Identifies particular role; foreign key into ROLES table
permission_id int(11) Identifies respective permissions; FK into ROLES table

E/R diagram for Parents Tables

No Tables were referred by the Roles Permissions Table as Foreign Key Relationship.


E/R diagram for Child Tables

No Tables were referred by the Roles Permissions Table as Foreign Key Relationship.


Back to Database Tables Main page.