We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a62abd + d603f1a commit 17dcbc9Copy full SHA for 17dcbc9
models/customers.sql
@@ -34,7 +34,7 @@ customer_payments as (
34
35
select
36
orders.customer_id,
37
- sum(amount) as total_amount
+ sum(amount)::bigint as total_amount
38
39
from payments
40
0 commit comments