tbl1_teaching_load_reduction_types¶
- Description
This table quantifies the types of teaching load reductions an instructor might have, for example a service reduction or a research reduction.
Columns¶
ID int(11) NOT NULL
- Footnote
This is part of the evolving features to track teaching loads in a reasonable way, and is not actively used yet.
- Options
display="true", null="true", search="false", type=""
reduction_type_code varchar(10) DEFAULT NULL
- Description
Abbreviation describing the reduction type (for example SVC for service)
- Options
display="true", null="true", search="false", type=""
reduction_meaning varchar(50) DEFAULT NULL
- Description
Fuller description of reduction type
- 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=""