Changes between Version 67 and Version 68 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-22T17:23:14Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v67 v68  
    338338||'''user_id'''||integer||The User ID of a user in this group||''users''
    339339== sys_function ==
     340Holds the access permissions, and the location of some iPeer functionality (used sparsely for that).
    340341||__Column__||__Type__||__Description__||__Foreign Key to table...__
    341342||'''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.
     343||'''function_code'''||string||||A short code to ID the function||
     344||'''function_name'''||string||A longer function name
     345||'''parent_id'''||integer||Not sure (?)
     346||'''controller_name'''||string||The name for the controller this function sits in
     347||'''url_link'''||string||The link to CakePHP's was to call this function.
    347348||'''PermissionTypes'''||setof(A,I,S)||Determines who is allowed to access this function. ''A'' is Admin, ''I'' stands for Instructors, and ''S'' for Students.
     349||'''creator_id'''||integer||the ID of the ''user'' who created this record.||''users''
     350||'''created'''||date||a date entry for this entry's creation.
     351||'''updater_id'''||integer||the last ''user's'' ID who changed this record.||''users''
     352||'''modified'''||date||the last time of modification
    348353== sys_parameters ==
    349354== users ==