entity_id和product_id之间的关系是什么

RTh*_*mas 3 magento magento-1.5

查看magento 1.5模式,我似乎无法弄清楚product_id如何与entity_id相关.

在我的所有测试用例中,我可以验证product_id和entity_id是否相等(相同的int).但我猜这是一种关系,尽管在我的测试案例中它们是相同的,但这可能只是巧合,而不是我应该依赖的东西.

在哪些表或关系中,我可以找到此链接是什么,以便我可以编写可靠的查询.

我只是在寻找这样的东西...这可能不会那么简单.

select entity_id from <wherever> where product_id = 1234
Run Code Online (Sandbox Code Playgroud)

RTh*_*mas 8

根据Magento论坛帖子, Eage方面的Magento团队成员 entity_id实际上与目录产品端的product_id相同.所以,你去吧.