SETDESCRIPTION
Set the description of a field.
Parameters
field String (required) - The data name for the field
value String (required) - The value to set for the field's description, or null to restore the original description
Examples
SETDESCRIPTION('weather_summary', 'Could not automatically fetch weather data. Briefly describe the current weather.');
// Sets the description of a weather summary fieldUpdated 9 months ago