Description of "labs" table
(This table contains definition data on all registration events)
|
Column Name |
SQL definition |
Description |
id |
int unsigned not null auto_increment |
Lab's id number, unique identifier |
name |
tinytext not null |
Lab's name: the name of the database where registration data for this lab is stored. |
title |
tinytext not null |
Lab's title which will be displayed to the users. |
cat |
int unsigned not null |
Reference to category table, which category lab belongs to. |
starts |
datetime not null |
Date and time of when the first lab starts |
repeat |
tinyint unsigned not null |
Number of times the lab will repeat. |
inter |
tinyint unsigned |
Interval in days between labs (not to be mixed with "pause" which is interval between labs in the same day) |
class |
tinyint unsigned not null |
Number of Classes - or session in every lab-day |
session |
mediumint unsigned not null |
Duration in minutes of each class/session |
pause |
mediumint unsigned not null |
Duration in minutes of break between classes/sessions |
places |
mediumint unsigned not null |
Number of places in each lab (like the number of computers in the lab) |
seats |
tinyint unsigned not null |
Number of persons to seat at each place |
closed |
tinyint unsigned not null |
Flag (1=Yes,0=No) is the lab closed for registration |
multi |
tinyint unsigned not null default 1 |
Number of times users are allowed to register in this event. Zero = unlimited. |
arsdel |
tinyint unsigned not null |
Flag (1=Yes,0=No) - are users allowed to delete themselves from the event |
mother |
tinytext not null |
Email address (or name) of lab's moderator. Will appear alongside erros in dialogs belonging to this lab |
POP1 |
tinytext not null |
In authentication dialog: title for 1st field |
POP2 |
tinytext not null |
In authentication dialog: title for 2nd field |
POPtitle |
tinytext not null |
In authentication dialog: Dialog's Title |
func |
tinytext not null |
Name of the PHP function that will be used for authentication for this event |
header |
text |
HTML or Plaintext to display at top of this lab |
footer |
text |
HTML or Plaintext to display at bottom of this lab |