/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/endtoend/testdata/do/postgresql/pq/schema.sql
5 строк
95 B
Kyle Gray
feat(compiler): Support DO statements (#2777)
26 сен 2023, 20:49
Не верифицирован
26 сен 2023, 20:49
fd7168e
Код
Авторство
О чём код?
CREATE TABLE authors ( id BIGSERIAL PRIMARY KEY, name text NOT NULL, bio text );