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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.