Changes between Version 72 and Version 73 of iPeerDatabaseSchema
- Timestamp:
- 2010-10-25T16:16:10Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerDatabaseSchema
v72 v73 376 376 ||'''title'''||string||The title of the user, like mr, or ms. 377 377 ||'''email'''||string||The email of the user 378 ||'''last_login'''||date||unused, all NULL 379 ||'''last_logout'''||date||unused, all NULL 378 ||'''last_login'''||date||unused, all NULL. 379 ||'''last_logout'''||date||unused, all NULL. 380 380 ||'''last_accessed'''||date||unused, all NULL. 381 ||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code. 382 ||'''creator_id'''||integer||the ID of the ''user'' who created this record.||''users'' 383 ||'''created'''||date||a date entry for this entry's creation. 384 ||'''updater_id'''||integer||the last ''user's'' ID who changed this record.||''users'' 385 ||'''modified'''||date||the last time of modification 381 386 382 387 == user_enrols ==