Tbl1_GradLines¶
- Description
This table is one of the tables available from Solutions main window’s Table Maintenance area.
- Footnote
Discussion should be made as far as whether this table should be obsoleted. Original intention was to keep track of the # of TA lines and #MF TA Lines with respect to graduate assignments allowed for each academic year. This way, when building schedules, the number of assignments made could be compared and reconciled with the allowable number. However, this feature was “back-burnered” as we hit some complexities in the design. A decision should be made as to whether this should be revisited or abandoned. For more info: talk to Katie Guarino or Melissa Lomench
Columns¶
ID int(11) NOT NULL
- Options
display="true", null="true", search="false", type=""
GradLine_Year varchar(255) DEFAULT NULL
- Description
The year
- Options
display="true", null="true", search="false", type=""
num_ta_lines float DEFAULT NULL
- Description
Number TA lines
- Options
display="true", null="true", search="false", type=""
num_mf_ta_lines float DEFAULT NULL
- Description
Number MF TA lines
- 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=""