Tables not automatically being created/synced

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.

those tables will not appear any more on a nitro server.

1 Like

It would be great to update docs, it is quite confusing.

How should we access those values then?

you can use web3api to get that info now

@samorali Yes. I will personally take up the task to update the docs for this section. Thank you for bringing this up. Really appreciate it! :heart: