labs
ROGO 6.1.0
Purpose: Holds information about student computer labs.
Joins: client_identifiers, campus.
Field | Type | Purpose | KEY |
---|---|---|---|
id | smallint(5) unsigned | Primary Key – auto increment. | |
name | varchar(255) | Name of the lab | |
campus | int(8) | Campus that the lab is on | FOREIGN KEY campus.id |
building | varchar(255) | Building name that the lab is in | |
room_no | varchar(255) | Room number of the lab | |
timetabling | text | Textual description about how the lab can be booked/timetabled for exams | |
it_support | text | Textual description about any IT support for the lab | |
plagarism | text | Textual description about what stepts to minimise plagarism should be made for this lab |