Check custom data type name existence
custom_column_udt_name_existsChecks whether a custom user data type name is already defined in the system to avoid naming conflicts before creating or using it.
Instructions
Checks whether a custom (user) data type with the given name is already defined in the system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udtName | Yes | The name of the custom data type to check for existence. |