Update 'Database'
parent
b8525a4f56
commit
ac1725c273
|
@ -21,9 +21,10 @@ TETHYS provides an Access Control List (ACL) system that is used to manage users
|
|||
|
||||
## The ACL tables used by TETHYS are:
|
||||
|
||||
accounts: This table stores information about the users of the system. Each user is assigned a unique identifier, and the table includes fields for the user's name, email address, and timestamps.
|
||||
roles: This table stores information about the roles that are available in your application. Each role has a unique identifier and a name that describes the role.
|
||||
|
||||
permissions: This table stores information about the permissions that are available in your application. Each permission has a unique identifier, a name that describes the permission, and a short code that represents the permission.
|
||||
permissions: This table stores information about the permissions that are available in TETHYS. Each permission has a unique identifier, a name that describes the permission, and a short code that represents the permission.
|
||||
|
||||
role_has_permissions: This table stores the relationship between roles and permissions. Each row in this table represents a role that has been granted a specific permission.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user