NFT Gallery DB
Table: nft_gallery_items
name | type | notes |
---|---|---|
id | String | |
profile_id | String | Foreign key: |
created_at | DateTime | |
is_displayed | Boolean | |
contract_address | String (48) | Contract address of the NFT Item to be displayed |
description | String? | Description for this NFT Gallery Item. Not to be confused with NFT's description. |
modified_at | DateTime? | |
metadata_url | String? | Decentralised storage location of the NFT Item metadata |
metadata_s3_url | String | Centralised storage location of the NFT Item metadata |
Last updated