简体   繁体   English

Drupal:模块更新更改数据库表

[英]Drupal: module update alter database table

Please give a little tour on how to write module updates to provide altering of existing database tables. 请浏览一下如何编写模块更新以更改现有数据库表。 How to do this? 这个怎么做?

Sultan 苏丹

See this guide on drupal.org. 请参阅drupal.org上的指南。 It is a good overview of how to do it. 这是一个很好的概述。

Jurgason的回答很好-我只补充说hook_install函数也应该包含所有更新,因为在全新安装模块时,Drupal不会运行更新函数,它假定它们已包含在架构中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM