more fields
This commit is contained in:
parent
7c15693caf
commit
fbe0154dd1
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ with
|
|||
select
|
||||
{{ adapter.quote("id") }},
|
||||
{{ adapter.quote("card") }},
|
||||
{{ adapter.quote("paid") }} as is_paid,
|
||||
cast({{ adapter.quote("paid") }} as bool) as is_paid,
|
||||
{{ adapter.quote("order") }},
|
||||
{{ adapter.quote("amount") }},
|
||||
{{ adapter.quote("amount") }} / 100,
|
||||
{{ adapter.quote("object") }},
|
||||
{{ adapter.quote("review") }},
|
||||
{{ adapter.quote("source") }},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue