-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
Describe the bug
Importing Postgres schemas with INET
type cause error:
SyntaxError [Ln 2, Col 12]: Expected [A-Za-z0-9_\-$一-龥À-ſ] but "," found.
To Reproduce
Steps to reproduce the behavior:
- Go to 'File/Import from SQL', upload a sql file with postgres
INET
type, - Click on 'Import'
- See error
SyntaxError [Ln 2, Col 12]: Expected [A-Za-z0-9_\-$一-龥À-ſ] but "," found.
Additional context
CREATE TABLE test (
ip INET,
);
MarkBurt
Metadata
Metadata
Assignees
Labels
No labels