RemoveComputedColumn
Removes a computed column from an archive. Rejected when another computed column still references it. (AB#4189)
Examples
octo-cli -c RemoveComputedColumn -id <identifier> -n <name>
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --identifier | yes | Runtime id of the archive to remove the computed column from |
-n | --name | yes | Name of the computed column to remove |