sid
Purpose: Holds an institution student ID against a student user account.
Joins: users table.
Field | Type | Purpose |
---|---|---|
student_id | char(15) | Student ID |
userID | int(10) unsigned | ID of the user |
Purpose: Holds an institution student ID against a student user account.
Joins: users table.
Field | Type | Purpose |
---|---|---|
student_id | char(15) | Student ID |
userID | int(10) unsigned | ID of the user |