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

5 lines
96 B
SQL

CREATE TABLE ssh_keys (
id integer NOT NULL,
"publicKey" text
-- insert comment there
);