sqlparser
sqlparser copied to clipboard
syntax error for sqlite create table sql
the sql like this
CREATE TABLE test (
id INTEGER PRIMARY KEY AUTOINCREMENT,
created_at DATETIME,
updated_at DATETIME,
deleted_at DATETIME
)