Hi experts,, I have opened the database of drupal 7 and looked up in the tables node, node_revisions and node types and couldn't find where drupal stores the actual body of the node (content). any body have a clue?
+4
A:
Ohh I've just found it,, in D7 they implemented fields to allow custom fields in content. so the node body is considered just a field and it's value is stored in the table field_revision_body now (in D7) instead of node_revision in D6.
if you cite any references for drupal database structure that would be helpful.
thanks for reading.
Bassel Alkhateeb
2009-12-29 08:49:32
+1 for answering own question
Henrik Opel
2009-12-29 14:06:19
thanks :)the new drupal Field API is really making the database layout very complex though.
Bassel Alkhateeb
2009-12-29 21:48:43