Postgresql – why references not working when using dbschema tool?
I use DBSCHEMA tool and want to execute a query but I got this error: syntax error at or near "id" position 209 Code: CREATE TABLE user_info ( id UUID PRIMARY KEY, full_name VARCHAR NOT NULL, birthday VARCHAR NOT NULL,…