tbl1_CourseModes

Description

These are the different types of meetings within a course, for example “L” for lecture and “R” for recitation.

Columns

ID int(11) NOT NULL

Options

display="true", null="true", search="false", type=""

mode varchar(255) DEFAULT NULL

Description

abbreviation of mode

Options

display="true", null="true", search="false", type=""

mode_meaning varchar(255) DEFAULT NULL

Description

full meaning

Options

display="true", null="true", search="false", type=""

last_change timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()

Options

display="true", null="true", search="false", type=""