Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你能给我直接从 pma 中删除 magento 的所有客户出生日期(dob)记录的解决方案吗?
你可以在你的magento数据库中运行这个sql查询
DELETE FROM `customer_entity_datetime` WHERE `attribute_id` = 11;