sqlparser icon indicating copy to clipboard operation
sqlparser copied to clipboard

syntax error for sqlite create table sql

Open llgoer opened this issue 7 years ago • 0 comments

the sql like this

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

llgoer avatar Dec 06 '18 10:12 llgoer