Tell us what you are trying to do?
I need to find the data stored through custom post type. Where can I find it in my DB? I´m using WordPress/phpmyadmin and toolset. The site is a directory site where contractors que fill a form and send their contact info. I created a custom type called "Contractors" and a form to create and another to edit the user and the business contact information.
Hello. Thank you for contacting the Toolset support.
The posts content is stored with the posts table and post custom field content is stored with the postmeta table. Similarly, user related content is stored with users table and user custom field content is stored with usermeta table.
Can you be specific what content you would like to locate and what is your site structure. Are you using any post relationship?
Thank you. My site is a directory site in which the contractor with the possibility of self registration (this info is in user table, I found it) then he create a business profile made with custom fields into a custom post. So my client needs to gather all this information in order to print an excel or pdf.