parent
c56335adad
commit
223064698e
@ -60,7 +60,7 @@ type GetTransactionsForAccountRow struct {
|
||||
ID uuid.UUID
|
||||
Date time.Time
|
||||
Memo string
|
||||
Amount postgres.Numeric
|
||||
Amount Numeric
|
||||
Account string
|
||||
Payee string
|
||||
}
|
||||
|
@ -6,8 +6,10 @@ packages:
|
||||
schema: "postgres/schema/"
|
||||
queries: "postgres/queries/"
|
||||
overrides:
|
||||
- go_type: "git.javil.eu/jacob1123/budgeteer/postgres.Numeric"
|
||||
- go_type:
|
||||
type: "Numeric"
|
||||
db_type: "pg_catalog.numeric"
|
||||
- go_type: "git.javil.eu/jacob1123/budgeteer/postgres.Numeric"
|
||||
- go_type:
|
||||
type: "Numeric"
|
||||
db_type: "pg_catalog.numeric"
|
||||
nullable: true
|
Loading…
x
Reference in New Issue
Block a user