mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 15:56:44 +00:00
remove object format
This commit is contained in:
parent
f8a40953ef
commit
b26ef4cd47
@ -9,8 +9,8 @@ SELECT
|
||||
collection_name,
|
||||
LOWER(contract_address) AS collection_address,
|
||||
token_id :: INTEGER AS token_id,
|
||||
active_offer :: OBJECT AS active_offer,
|
||||
attributes :: OBJECT AS attributes,
|
||||
active_offer AS active_offer,
|
||||
attributes,
|
||||
image,
|
||||
CASE
|
||||
WHEN is_flagged :: STRING = 'true' THEN TRUE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user