15 lines
321 B
YAML
15 lines
321 B
YAML
version: 1
|
|
packages:
|
|
- path: "postgres"
|
|
name: "postgres"
|
|
engine: "postgresql"
|
|
schema: "postgres/schema/"
|
|
queries: "postgres/queries/"
|
|
overrides:
|
|
- go_type:
|
|
type: "Numeric"
|
|
db_type: "pg_catalog.numeric"
|
|
- go_type:
|
|
type: "Numeric"
|
|
db_type: "pg_catalog.numeric"
|
|
nullable: true |