tbl1_GraderPayRates¶
- Description
This table is used to specify grader pay rates. Graders are paid hourly based on the course number.
- Footnote
This table is used for the “Grader Payroll” function available on Solutions’ main window. At time of writing this document, this function may not be actively used by anyone. Discussion should be made as to whether this feature should be obsoleted altogether.
Columns¶
ID int(11) NOT NULL
- Options
display="true", null="true", search="false", type=""
course_number_from int(11) DEFAULT NULL
- Description
3-digit start range of course number for the pay rate
- Options
display="true", null="true", search="false", type=""
course_number_to int(11) DEFAULT NULL
- Description
3-digit end range of course number for the pay rate
- Options
display="true", null="true", search="false", type=""
pay_rate double DEFAULT NULL
- Description
The hourly pay rate
- 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=""