Roles permissions
| 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 |
Back to Database Tables Main page.