Open sloanchen opened 3 years ago
create table t1(update_time timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP); when parse this ddl, expect 1 column,but get 3columns.
create table t1(update_time timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP); when parse this ddl, expect 1 column,but get 3columns.