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

5 lines
73 B
SQL

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