trevstack/server/bobgen.yaml
2025-04-10 00:59:28 -04:00

20 lines
263 B
YAML

wipe: true
replacements:
- match:
db_type: "INTEGER"
replace: "int64"
- match:
db_type: "INTEGER"
nullable: true
replace: "int64"
sqlite:
output: internal/models
psql:
output: internal/models
mysql:
output: internal/models