Changes between Version 55 and Version 56 of iPeerDatabaseSchema
- Timestamp:
- 2010-10-21T20:21:27Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerDatabaseSchema
v55 v56 291 291 ||'''id'''||integer||Primary_Key 292 292 ||'''course_id'''||integer||The ID of the course this Survey is for. All students in that course participate.||''courses'' 293 ||'''user_id'''||integer||Links to ''users'' table, but why (?) Does not seem to match to creator_id, and is usually 1.||''users''293 ||'''user_id'''||integer||Links to ''users'' table, but why (?) Does not seem to match to creator_id, and is usually '''1'''.||''users'' 294 294 ||'''name'''||string||The name of the survey 295 295 ||'''due_date'''||date||The date this survey (and event) is due