WordPress and WooCommerce database design

First lets have quick look on WordPress database schema: Database description: https://codex.wordpress.org/Database_Description WordPress CMS stores most information about articles and pages with in wp_posts and wp_postmeta tables. Now lets install WooCommerce plugin...