xwb1989 / sqlparser

SQL Parser implemented in Go
Apache License 2.0
1.49k stars 240 forks source link

syntax error for sqlite create table sql #44

Open llgoer opened 5 years ago

llgoer commented 5 years ago

the sql like this

CREATE TABLE test (
    id                     INTEGER  PRIMARY KEY AUTOINCREMENT,
    created_at             DATETIME,
    updated_at             DATETIME,
    deleted_at             DATETIME
)