mirror of
https://github.com/soconnor0919/hristudio.git
synced 2025-12-11 06:34:44 -05:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
Permissions:
|
|
|
|
Roles table, permissions table, roles_permissions table
|
|
user has a role, role has many permissions
|
|
user can have multiple roles
|
|
each role has many permissions, each action that the user can do is a permission
|
|
|