-
Notifications
You must be signed in to change notification settings - Fork 14
Students Table Structure
clgy15 edited this page Aug 27, 2012
·
1 revision
The Students Table contains all of our information on every Student in our database. Many of these Students are no longer at the University and some of these students have been in the database since its conception. Which means that a lot of the data may be missing either because those field just did not exist at that time or some of the information was lost over the years.
Again much of the functionality of the Students table revolves around its StudentID which is a unique identifier for all Students. Password and email should be the same as the Users table and is used in many different areas in the site. Most of the other fields are informational besides the gradYear.
- studentID : Unique ID for only Students
- userID : Unique ID for all Users in tCF
- firstName : First Name, or entire name if Student existed before theTransition
- lastName : Last Name
- emailID : UVa emailID
- password : theTransition password
- gradType : Two options: 0 is Undergraduate and 1 is Graduate
- created : When the User was created
- reviewed : When the User last submitted a review
- visited : When the User last logged in
- numReviews: # of reviews the Student submitted
- getEmail : 0 Students do not get emails, 1 Students get emails
- v1import : 0 Student did not exist before theTransition
- v1ID : Old Student ID could be different
- v1Pass : Old Student Password
- gradTear : Student expected grad year