/
githubmirror
/
sqlc
Обзор
Документация
Войти
/
githubmirror
/
sqlc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/endtoend/testdata/inflection/sqlite/schema.sql
5 строк
219 B
Nguyen Quang Ha
Fix incorrect generate model names for "metadata" suffix (#3553)
25 ноя 2024, 19:12
Не верифицирован
25 ноя 2024, 19:12
58674b4
Код
Авторство
О чём код?
CREATE TABLE campus (id text not null); CREATE TABLE students (id text not null); CREATE TABLE product_meta (id text not null); CREATE TABLE calories (id text not null); CREATE TABLE product_metadata (id text not null);