/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/endtoend/testdata/query_parameter_limit_invalid/postgresql/schema.sql
6 строк
128 B
Andrew Benton
fix(codegen/golang): Move more Go-specific config validation into the plugin (#2951)
07 ноя 2023, 02:36
Не верифицирован
07 ноя 2023, 02:36
b7341ba
Код
Авторство
О чём код?
CREATE TABLE authors ( id BIGSERIAL PRIMARY KEY, name text NOT NULL, bio text, country_code CHAR(2) NOT NULL );