17 lines
449 B
YAML
17 lines
449 B
YAML
version: 1
|
|
packages:
|
|
- path: "postgres"
|
|
name: "postgres"
|
|
engine: "postgresql"
|
|
schema: "postgres/schema/"
|
|
queries: "postgres/queries/"
|
|
overrides:
|
|
- go_type:
|
|
import: "git.javil.eu/jacob1123/budgeteer/postgres/numeric"
|
|
type: Numeric
|
|
db_type: "pg_catalog.numeric"
|
|
- go_type:
|
|
import: "git.javil.eu/jacob1123/budgeteer/postgres/numeric"
|
|
type: Numeric
|
|
db_type: "pg_catalog.numeric"
|
|
nullable: true |