Vam*_*eni 1 mysql registration magento magento-1.7
我正在运行 Magento 1.7.2。我想知道 magento 注册用户详细信息存储在哪里。实际上我需要,如果我们在注册表中添加一个新字段,其中字段的值存储在数据库表中。
以下是存储用户详细信息的表列表。
| customer_address_entity |
| customer_address_entity_datetime |
| customer_address_entity_decimal |
| customer_address_entity_int |
| customer_address_entity_text |
| customer_address_entity_varchar |
| customer_entity |
| customer_entity_datetime |
| customer_entity_decimal |
| customer_entity_int |
| customer_entity_text |
| customer_entity_varchar |
Run Code Online (Sandbox Code Playgroud)
并且属性存储在下表中
customer_eav_attribute
Run Code Online (Sandbox Code Playgroud)