3
Magento 2: Quelle est la différence entre row_id et entity_id dans les tables% _entity?
Dans Magento 1, il n'y avait pas de colonne appelée row_iddans les tables d'entités, vous aviez juste 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 …