Skip to content

Commit ea05ccd

Browse files
committed
docs: update database permission
1 parent c07a412 commit ea05ccd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/docs/security/database-permission/overview.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ feature_name: DATABASE_PERMISSION
77

88
Database permission controls individual users' or groups' actions within the database. Below shows the built-in roles' database permissions.
99

10-
| Role | Query | Export | EXPLAIN |
11-
| ----------------- | ----- | ------ | ------- |
12-
| Workspace Admin || ||
13-
| Workspace DBA || ||
14-
| Project Owner || ||
15-
| Project Developer | | | |
16-
| Project Querier || | |
17-
| Project Exporter | | | |
18-
| Project Releaser | | | |
19-
| Project Viewer | | | |
10+
| Role | EXPLAIN | Query | Export | Data-modifying DML | DDL | Admin |
11+
| ----------------- | ------- | ----- | ------ | ------------------ | --- | ----- |
12+
| Workspace Admin | ||| || |
13+
| Workspace DBA | ||| || |
14+
| Project Owner | ||| || |
15+
| Project Developer | | | | || |
16+
| Project Querier | | | | | | |
17+
| Project Exporter | | | | | | |
18+
| Project Releaser | | | | | | |
19+
| Project Viewer | | | | | | |
2020

2121
You can also pick out specific permissions to build [custom roles](/docs/administration/custom-roles/). e.g. create a custom role that grants only the [EXPLAIN](/docs/security/database-permission/explain/) permission.
2222

0 commit comments

Comments
 (0)