/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/endtoend/testdata/join_using/postgresql/pgx/schema.sql
6 строк
123 B
Kyle Gray
test(analyzer): Add more database analyzer test cases (#2854)
16 окт 2023, 21:15
Не верифицирован
16 окт 2023, 21:15
0cfadb0
Код
Авторство
О чём код?
create table t1 ( fk integer not null unique ); create table t2 ( fk integer not null references t1(fk) );