Changes between Version 66 and Version 67 of iPeerDatabaseSchema
- Timestamp:
- 2010-10-22T17:19:56Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerDatabaseSchema
v66 v67 336 336 ||'''group_set_id'''||integer||The group set that the member's survey_group belongs to.||''survey_group_sets'' 337 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 338 ||'''user_id'''||integer||The User ID of a user in this group||''users'' 339 339 == sys_function == 340 ||__Column__||__Type__||__Description__||__Foreign Key to table...__ 341 ||'''id'''||integer||Primary_Key 342 ||'''function_code'''||A short code to ID the function|| 343 ||'''function_name'''||A longer function name 344 ||'''parent_id'''||Not sure (?) 345 ||'''controller_name'''||The name for the controller this function sits in 346 ||'''url_link'''||The link to CakePHP's was to call this function. 347 ||'''PermissionTypes'''||setof(A,I,S)||Determines who is allowed to access this function. ''A'' is Admin, ''I'' stands for Instructors, and ''S'' for Students. 340 348 == sys_parameters == 341 349 == users ==