通过管理区域删除客户会影响哪些Magento表

时间:2014-01-14 22:15:03

标签: magento magento-1.7

我的客户Magento(版本1.7.0.2)通过管理区域删除了所有客户。

我们有一个最近的数据库备份来恢复数据,哪些表需要恢复才能恢复正常运行?

1 个答案:

答案 0 :(得分:0)

这些是恢复丢失客户所需的表格。

  • customer_address_entity
  • customer_address_entity_datetime
  • customer_address_entity_decimal
  • customer_address_entity_int
  • customer_address_entity_text
  • customer_address_entity_varchar
  • customer_eav_attribute
  • customer_eav_attribute_website
  • customer_entity
  • customer_entity_datetime
  • customer_entity_decimal
  • customer_entity_int
  • customer_entity_text customer_entity_varchar

如果替换表不是一个选项(更多客户已注册),可以使用Mysql REPLACE代替INSERT(以防止重复键错误)。