Fix type overrides

See https://github.com/kyleconroy/sqlc/issues/819
This commit is contained in:
2021-12-02 21:50:46 +00:00
parent c56335adad
commit 223064698e
2 changed files with 5 additions and 3 deletions

View File

@ -60,7 +60,7 @@ type GetTransactionsForAccountRow struct {
ID uuid.UUID
Date time.Time
Memo string
Amount postgres.Numeric
Amount Numeric
Account string
Payee string
}