/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/endtoend/testdata/comparisons/postgresql/stdlib/schema.sql
4 строки
148 B
Kyle Gray
test(endtoend): Split shema and queries (#2803)
04 окт 2023, 19:13
Не верифицирован
04 окт 2023, 19:13
5664224
Код
Авторство
О чём код?
-- Comparison Functions and Operators -- https://www.postgresql.org/docs/current/functions-comparison.html CREATE TABLE bar (id serial not null);