Appearance
Edit Table String
Changes the name of a string field of a table.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Name | string | New name of a text field ([Name]). | yes | ||
| String | string | Name of a text field ([Field]). | yes | ||
| Table | string | Name of the table ([Table]). | yes |
Result
No fields
Code
text
EDIT TABLE STRING
NAME=[string, Needed]
STRING=[string, Needed]
TABLE=[string, Needed]