goose/internal/sqlparser/testdata/valid-up/test05/01.golden.sql

5 lines
73 B
SQL

CREATE TABLE ssh_keys (
id integer NOT NULL,
"publicKey" text
);