db_membership

Maps group versus user

ColumnTypeReferencesComments
idInteger Primary key
vdb_idInteger  
discriminatorInteger Indicates what this record is for. For example, 56 is Workflow App, 17 is Project, 61 is group, 58 is Custom Report
role_idIntegerdb_group.idID of the role played by user
user_idIntegerdb_person.idID of the user
workspace_idIntegerdb_group.idID of group if group membership. Null otherwise
project_idIntegerdb_project.idID of project if project membership. Null otherwise
report_idIntegerdb_custom_report.idID of report if report/client membership record. Null otherwise