By akaash19 on
Hello friends.
I am new to drupal. While browsing across drupal tables i saw a field called vid. May i know what that means? Its values is mostly the same as nid!.
Thanking you
Hello friends.
I am new to drupal. While browsing across drupal tables i saw a field called vid. May i know what that means? Its values is mostly the same as nid!.
Thanking you
Comments
vid in node_revisions is the
vid in node_revisions is the version id; when you have multiple revisions for a node, nid and vid will diverge.
vid in the taxonomy tables is usually vocabulary id.
--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.