Hi, I have a question is :
For example i have a table NFT contain some attributes like (nftName, nftAddress, tokenId …)
I would like to have another table name NFTOnSell contain all the attributes of NFT table and i give it one more column named ‘price’.
I’m now can solved to price task but i don’t know how to get all the data of NFT table and set it to NFTOnSell table without typing using Moralis Object and Queries ?
Thank you