Drupal内容模块通常扩展标准Drupal节点,将补充字段存储在一个单独的表中。
A Drupal content module typically extends the standard Drupal node with supplemental fields stored in a separate table.
保留的扩展表字段:在每个表中预先定义固定数量的额外数据列,这些列采用通用列类型(比如 varchar)。
Reserved extended table field: Pre-define a fixed number of additional data columns in each table with a generic column type (e.g. varchar).
应用推荐