Tables: node types (core)

Last modified: November 19, 2007 - 15:12

These are the tables in the Drupal standard (core) installation that are used to store data that extends the basic node type. For example, the poll.module extends the behavior of the basic node and uses additional tables in the process. Please refer to the database documentation for progress on a detailed database schema and data dictionary.

poll
Table for 'poll' node types. A poll is topic or question that visitors can vote on.
poll_choices
The poll choices that can be voted on, along with the number of votes for each choice.
poll_votes
A record of voters so as to prevent repeat votes.
book
Table for book page nodes that know their place in a book structure.
forum
Table for forum nodes, being lists of other nodes that relies on taxonomy.

 
 

Drupal is a registered trademark of Dries Buytaert.