Search code examples
databasedrupaldrupal-6

drupal what is vid in node_revision


am exploring drupal 6.15 ,

am going to do the DB migration ,plain db to drupal db ,

what is vid field in node_revision table in drupal cms ,

i thing vid not an vocabulary id, but plz clear it


Solution

  • vid is the version id the id of the revision.

    The vid is the serial and primary key in the node_revision table. If you haven't made any revisions the nid and vid will always be equal. But once you start making revisions, the vid and nid will be of by the number of revisions made.