mirror of
https://github.com/pressly/goose.git
synced 2025-05-30 11:15:56 +00:00
5 lines
73 B
SQL
5 lines
73 B
SQL
CREATE TABLE ssh_keys (
|
|
id integer NOT NULL,
|
|
"publicKey" text
|
|
);
|