【 使用环境 】
测试环境
【 OB or 其他组件 】
OB
【 使用版本 】
4.2.4
【问题描述】
在MySQL租户模式下创建表,其中存在字段类型为date, 默认值为default curdate(),无法创建表,报错内容为:
(conn=800774) You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near 'curdate() comment ‘任务计划打卡日期’,
【复现路径】
MySQL租户模式下,执行create table 创建表语句,包含date类型列,默认值为curdate(),例如:task_day date DEFAULT curdate() COMMENT ‘任务计划打卡日期’