mirror of
https://github.com/1f349/site-hosting.git
synced 2025-01-20 22:26:37 +00:00
14 lines
309 B
YAML
14 lines
309 B
YAML
version: "2"
|
|
sql:
|
|
- engine: sqlite
|
|
queries: database/queries
|
|
schema: database/migrations
|
|
gen:
|
|
go:
|
|
package: "database"
|
|
out: "database"
|
|
emit_json_tags: true
|
|
overrides:
|
|
- column: "records.ttl"
|
|
go_type: 'github.com/gobuffalo/nulls.UInt32'
|