不支持在一个DDL中同时删除字段和加索引,会报错

【 使用环境 】测试环境
【 OB or 其他组件 】OB
【 使用版本 】OceanBase_CE 4.3.4.0 (r100000162024110717-82547d6edc6ea98ba710e376a736a9a850499a06) (Built Nov 7 2024 17:27:27)
【问题描述】不支持在一个DDL中同时删除字段和加索引,会报错
【复现路径】
【附件及日志】

> alter table customer drop c9, add index k2(c_phone);
ERROR 1235 (0A000): drop column and add index in single statment not supported

不支持这种操作