I want to know what is the best way to build my database to deal with this problem :
I need to manage products. Each product has his own variables. For exemple, a table and a chair won't have the same parameters.
I have a lot of categories :
- Motorcycles : Price year Km Brand Models CYLENDER
- House : Price Date Rooms m2 etc
- ...
Does someone have an idea to manage all those variables ?
Thanks :)