5 lines
96 B
SQL

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