3
마 젠토 2 : % _entity 테이블에서 row_id와 entity_id의 차이점은 무엇입니까?
Magento 1 row_id에는 엔티티 테이블에서 호출 된 열 이 없었습니다 entity_id. CREATE TABLE `catalog_category_entity` ( `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID', `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID', `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attriute Set ID', `parent_id` int(10) unsigned NOT …