Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 560 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 560 Bytes

RBAC Database

The RBAC Database in MySQL to add roles and permissions to allow access to specific resources and permissions.

Details

The complete details to design the database for RBAC is available at Guide To Design A Database For RBAC In MySQL.

Database Schema

The visual database design of the RBAC Database is shown below.

RBAC Database