Design mySQL schema to save ebay categories – Ebay API
In my app, I am making a call to ebay API and save their categories to my local table. The API response is a list of categories. Each category could have more than one parent. Each parent category could have…