sqlparser icon indicating copy to clipboard operation
sqlparser copied to clipboard

support current_timestamp fsp argument

Open Kings-gee opened this issue 7 years ago • 1 comments

SQL

CREATE TABLE t1 ( ts TIMESTAMP(6) DEFAULT CURRENT_TIMESTAMP(6) ON UPDATE CURRENT_TIMESTAMP(6) );

Error

ignoring error parsing DDL 'CREATE TABLE t1 (ts TIMESTAMP(6) DEFAULT CURRENT_TIMESTAMP(6) ON UPDATE CURRENT_TIMESTAMP(6));': syntax error at position 60

Kings-gee avatar Jan 15 '19 10:01 Kings-gee

请问解决了吗

Zha-Zha avatar Jul 29 '23 10:07 Zha-Zha