Appearance
Set Table Role Permission
Sets the table permissions for a role.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Permission | string | Table permissions of the role: [None], [Read] or [Write]. | yes | ||
| Table | array of string | Name of the table ([Table]). | yes | ||
| Role | array of string | Name of the role ([Role]). | yes |
Result
No fields
Code
text
SET TABLE ROLE PERMISSION
PERMISSION=[string, Needed]
TABLE=[string, Multiple, Needed]
ROLE=[string, Multiple, Needed]