mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-07 20:50:28 -05:00
16 lines
283 B
YAML
16 lines
283 B
YAML
version: "2"
|
|
sql:
|
|
- engine: "postgresql"
|
|
queries: "sql/queries"
|
|
schema: "sql/migrations"
|
|
gen:
|
|
go:
|
|
package: "dbc"
|
|
out: "dbc"
|
|
overrides:
|
|
- db_type: "timestampz"
|
|
go_type:
|
|
import: "time"
|
|
type: "Time"
|
|
|