-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parser Error: syntax error at or near "COMMENT" #3
Comments
Hey @xmapst
All that being said, it can be added to this DuckDB driver. I will add the steps here for you or anyone who wants to contribute to the driver (I will add it eventually myself): During opening the connection, we can pass some variables to |
github.com/alifiroozi80/[email protected]/migrator.go:199 Parser Error: syntax error at or near "desc"
[95.551ms] [rows:0] CREATE TABLE t_task (id bigint DEFAULT nextval('t_task'),created_at timestamptz,updated_at timestamptz,name varchar(256) NOT NULL,desc varchar(256),node varchar(256) DEFAULT null,async boolean NOT NULL DEFAUL
T false,timeout bigint NOT NULL DEFAULT 86400000000000,disable boolean NOT NULL DEFAULT false,message text,state bigint NOT NULL DEFAULT 0,old_state bigint NOT NULL DEFAULT 0,s_time timestamptz,e_time timestamptz,PRIMARY KEY (id)) |
Please open a new issue for any issue, and let's keep every issue clean and relevant. However, I will answer that here. The Since |
The text was updated successfully, but these errors were encountered: