Now you have a database. You can start to organize it into tables.
For your "estore_db" database, you need four tables:
"members" - table with informations about members(customers)
"products" - table with informations about products
"orders" - table with informations about customer’s orders
"orders items" - table with informations about ordered items (products)
In addition, for each table you need fields.