mirror of
https://github.com/pressly/goose.git
synced 2025-05-31 11:42:04 +00:00
5 lines
96 B
SQL
5 lines
96 B
SQL
CREATE TABLE ssh_keys (
|
|
id integer NOT NULL,
|
|
"publicKey" text
|
|
-- insert comment there
|
|
); |