mirror of
https://github.com/pressly/goose.git
synced 2025-07-10 12:40:15 +00:00
6 lines
134 B
SQL
6 lines
134 B
SQL
CREATE TABLE ssh_keys_backup (
|
|
id integer NOT NULL,
|
|
-- insert comment here
|
|
"publicKey" text
|
|
-- insert comment there
|
|
); |