ygrek / sqlgg

SQL Guided (code) Generator
https://ygrek.org/p/sqlgg/
GNU General Public License v2.0
62 stars 20 forks source link

Postgres UUID type isn't parsed #36

Closed rgrinberg closed 8 years ago

rgrinberg commented 8 years ago

Here's an example of a schema that fails to parse:

CREATE TABLE XXX (
    id UUID PRIMARY KEY
);