Hi
We tried to use lite version for data migration During category migration we found the following:
My Magento2 database is fresh.
CDbException
CDbCommand failed to execute the SQL statement: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘entity_id’ in ‘where clause’. The SQL statement executed was: SELECT * FROM `catalog_category_entity_int` `t` WHERE entity_id= 1 AND attribute_id = 69 AND store_id = 0 LIMIT 1
Note:
We are trying to migrate from CE to EE. and also we compared those tables we found entity_id column is missing in EE version.
Please help us to resolve this issue.