/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/endtoend/testdata/diff_no_output/schema.sql
10 строк
219 B
Kyle Conroy
feat: Add the diff command (#1963)
22 ноя 2022, 12:19
Не верифицирован
22 ноя 2022, 12:19
f5c1a5e
Код
Авторство
О чём код?
CREATE TABLE authors ( id BIGSERIAL PRIMARY KEY, name text NOT NULL, bio text ); CREATE TABLE books ( id BIGSERIAL PRIMARY KEY, title text NOT NULL );