Community Documentation

Tables: node types (core)

Last updated November 19, 2007. Created by sime on June 24, 2006.
Edited by AjK. Log in to edit this page.

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.

nobody click here