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

6 lines
134 B
SQL

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