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