mirror of
https://github.com/pressly/goose.git
synced 2025-05-28 10:13:08 +00:00
7 lines
135 B
SQL
7 lines
135 B
SQL
CREATE TABLE ssh_keys_backup (
|
|
id integer NOT NULL,
|
|
-- insert comment here
|
|
"publicKey" text
|
|
-- insert comment there
|
|
);
|