Introduce own Numeric type and revert to stdlib from pgx
This commit is contained in:
@ -5,4 +5,9 @@ packages:
|
||||
engine: "postgresql"
|
||||
schema: "postgres/schema/"
|
||||
queries: "postgres/queries/"
|
||||
sql_package: "pgx/v4"
|
||||
overrides:
|
||||
- go_type: "git.javil.eu/jacob1123/budgeteer/postgres.Numeric"
|
||||
db_type: "pg_catalog.numeric"
|
||||
- go_type: "git.javil.eu/jacob1123/budgeteer/postgres.Numeric"
|
||||
db_type: "pg_catalog.numeric"
|
||||
nullable: true
|
Reference in New Issue
Block a user