/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/endtoend/testdata/overrides/postgresql/stdlib/schema.sql
8 строк
193 B
Victor Lima
tests: added base files for pgx testing
15 май 2021, 04:15
15 май 2021, 04:15
3172143
Код
Авторство
О чём код?
CREATE TABLE foo ( other text NOT NULL, total bigint NOT NULL, tags text[] NOT NULL, byte_seq bytea NOT NULL, retyped text NOT NULL, langs text[] );