remove object format

This commit is contained in:
austin 2023-02-27 18:47:13 -05:00
parent f8a40953ef
commit b26ef4cd47

View File

@ -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