.. index:: summer_section_dates_inbound ============================ summer_section_dates_inbound ============================ .. default-role:: doc :Description: This table holds the summer section dates as published on Rutgers summer session website. It is populated at regular intervals when the python get_summer_dates.py program is run. Solutions Control Center will then periodically check for new schedules and when found incorporate the dates into the semester schedules in the tbl1_SummerSectionDates` table Columns ======= **id** ``int(11) NOT NULL AUTO_INCREMENT`` :Options: ``display="true", null="true", search="false", type=""`` **the_year** ``int(11) DEFAULT NULL`` :Options: ``display="true", null="true", search="false", type=""`` **section_letter** ``varchar(1) DEFAULT NULL`` :Options: ``display="true", null="true", search="false", type=""`` **session1_dates** ``varchar(45) DEFAULT NULL`` :Options: ``display="true", null="true", search="false", type=""`` **session2_dates** ``varchar(45) DEFAULT NULL`` :Options: ``display="true", null="true", search="false", type=""`` **session3_dates** ``varchar(45) DEFAULT NULL`` :Options: ``display="true", null="true", search="false", type=""``