I have build a website using wordpress with woocommerce plugin where obvioudly database is created by woocomerce plugin and I did not bother to look at it how it happened. I can see all images and products information everything on my website.
I got stuck now, as I need to update that database using php script with a csv file. I dont have any other option as this is the requirement.
When i looked at the database structure using sqlyog, I can see tables like wp_post, wp_postmeta as I understood through google that these are two core tables get updated by woocommerce.
I have a used goods page on my website, and wp_post just has product type = page, now I cant find anything for that page like my products ids, attributes, images, everything together there.
I have checked for other essential tables like
wp_terms
wp_termmeta
wp_term_taxonomy
wp_term_relationships
wp_woocommerce_termmeta
by this question here
WooCommerce: Finding the products in database
but I cant find all this information.
Now my question is is wordpress along with woocommerce do not save all the information in database?
or the structure is more than then above mentioned tables.
I have checked all other tables in my database, I cant see all information there.