/
githubmirror
/
goose
Обзор
Документация
Войти
/
githubmirror
/
goose
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/sqlparser/testdata/valid-up/test05/input.sql
22 строки
353 B
Michael Fridman
test: add more parser tests (#445)
20 янв 2023, 17:24
Не верифицирован
20 янв 2023, 17:24
74eaeab
Код
Авторство
О чём код?
-- +goose Up CREATE TABLE ssh_keys ( id integer NOT NULL, "publicKey" text -- insert comment there ); -- insert comment there -- This is a dangling comment -- Another comment -- Foo comment CREATE TABLE ssh_keys_backup ( id integer NOT NULL, -- insert comment here "publicKey" text -- insert comment there ); -- +goose Down