Changes between Version 65 and Version 66 of iPeerDatabaseSchema
- Timestamp:
- 2010-10-22T17:16:20Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerDatabaseSchema
v65 v66 329 329 ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| 330 330 ||'''id'''||integer||Primary_Key 331 ||'''group_set_id'''||integer||The group set that this survey_group belongs to 331 ||'''group_set_id'''||integer||The group set that this survey_group belongs to.||''survey_group_sets'' 332 332 ||'''group_number'''||integer||The number of the group in the groups set. Just gives the groups an order, I guess. 333 333 == survey_group_members == 334 334 ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| 335 335 ||'''id'''||integer||Primary_Key 336 ||'''group_set_id'''||integer||The group set that the member's survey_group belongs to.||''survey_group_sets'' 337 ||'''group_id'''||integer||The __survey group__ this member belongs to||''survey_groups'' 338 ||'''user_id'''||integer||The User ID of a user in this group 336 339 == sys_function == 337 340 == sys_parameters ==