Magento 修改/添加列到模型资源

发布于 2024-10-31 14:47:32 字数 206 浏览 0 评论 0原文

我有一个模块,我可能需要在其平面表中添加列和从中删除列。我知道这可以在设置中完成,但我必须每晚从网络服务将数据导入表中。 Web 服务有时可能会更改其列名称。

首先,有谁知道如何在不使用原始 SQL 的情况下更改 Magento 中的表结构?其次,有谁知道最好的方法吗?

我还没有掌握 Magento 中使用的 EAV 数据模式,但有一天我想学习。任何帮助表示赞赏。

I have a module whose flat table I may need to add columns to and remove columns from. I know this can be done in setup, but I have to import data into the table nightly from a web service. The web service may occasionally change their column names.

First of all, does anyone know how to alter table structure in Magento without using raw SQL? Second, does anyone know the best way to do this?

I haven't yet mastered the EAV data pattern used in Magento but would someday like to learn. Any help appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

血之狂魔 2024-11-07 14:47:32

I had the same thought (or similar) a while ago.
ALTER TABLE in Magento setup script without using SQL

Ivan's answer was particularly good and I still refer to it often. It is essential reading.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文