我正在开发一个包含某些产品信息及其属性的项目。但是我陷入了过滤过程。可以说表格如下
表1
item_id | item_name | item_color | item_type | item_sole
用户访问过的项目
user_id | item_id | is_liked
用户的偏好:只要用户喜欢或不喜欢某个项目,我就会维护另一个我存储该项目属性的表格
user_id | items_property //Items property is a serialised array where
//I'm storing the value of item_color, item_type, item_sole
现在,下一个项目将根据我已经完成的分析显示。
请建议,我对MySql