Access rights
access_rights¶
- Schema: public
- PK: action (text)
- Notes: Permission matrix — maps actions to role booleans.
Columns¶
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
| action | text | NO | PK | |
| owner | bool | NO | ||
| editor | bool | NO | ||
| viewer | bool | NO |
Key indexes¶
access_rights_pk_1— primary key on action