2023-01-20 09:24:06 -05:00

7 lines
135 B
SQL

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