According to this:
https://docs.moralis.io/moralis-server/automatic-transaction-sync/historical-transactions#collection-schema
I should have a few tables when syncing users, like this:
Transactions
TokenTransfers
TokenBalances
NFTTransfers
NFTOwners
However, I only see Transactions, TokenTransfers, and NFTTransfers.
But I can’t see TokenBalances and NFTOwners.
They just don’t appear.
I’ve even tried to manually sync NFT and ERC20 contract addresses and them launch same transactions, but still they are not there.
Working on Polygon testnet.