Closed (fixed)
Project:
Workflow Fields
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
5 Oct 2008 at 07:05 UTC
Updated:
27 Oct 2008 at 20:13 UTC
I am still looking into the code, and could not decipher what the 'rid' in the database is for. Could someone please enlighten me on this?
Thanks.
Comments
Comment #1
infojunkie$rid is role id. Each field's permission is stored per role.
Comment #2
MatthijsG commentedWhere can you get this kind of info? I'm searching weeks for info what tid, rid, mlid etc is.
Comment #3
infojunkieIn Drupal, fields named xid are usually primary keys for database tables. The "x" represents the first letter of the entity whose primary key is xid. For example: nid => node, tid => term, uid => user. Unfortunately, when it comes to third-party modules, you will find several tables having the same initial, and hence will have id fields name similarly.
Do when you see a field named xid, try to find the best fitting database table whose name starts with x.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.