/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/endtoend/testdata/geometric/pgx/v5/schema.sql
17 строк
468 B
Kyle Gray
test(endtoend): Split shema and queries (#2803)
04 окт 2023, 19:13
Не верифицирован
04 окт 2023, 19:13
5664224
Код
Авторство
О чём код?
CREATE TABLE test_table ( v_box_null box, v_circle_null circle, v_line_null line, v_lseg_null lseg, v_path_null path, v_point_null point, v_polygon_null polygon, v_box box not null, v_circle circle not null, v_line line not null, v_lseg lseg not null, v_path path not null, v_point point not null, v_polygon polygon not null );