sections¶
Columns¶
year char(4) NOT NULL
- Options
type="", null="true", search="false", display="true"
term char(1) NOT NULL
- Options
type="", null="true", search="false", display="true"
reg_index_no char(5) NOT NULL
- Options
type="", null="true", search="false", display="true"
unit char(2) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
subject_cd char(3) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
course_no char(3) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
section_no char(2) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
lead_section_no char(2) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
lead_index_no char(5) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
course_title varchar(20) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
credits char(3) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
start_date date DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
end_date date DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
prior_enrollment char(3) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
proj_enrollment char(3) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
proj_enrollment_time datetime DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
stop_point char(3) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
exam_cd char(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
honors_college_cd char(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
cms_type_cd char(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
course_type_cd char(2) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
is_active tinyint(1) DEFAULT 1
- Options
type="", null="true", search="false", display="true"
is_print tinyint(1) DEFAULT 1
- Options
type="", null="true", search="false", display="true"
is_print_override enum('DEFAULT','INCLUDE','EXCLUDE') DEFAULT 'DEFAULT'
- Options
type="", null="true", search="false", display="true"
disable_sync_section tinyint(1) DEFAULT 0
- Options
type="", null="true", search="false", display="true"
disable_sync_instructors tinyint(1) DEFAULT 0
- Options
type="", null="true", search="false", display="true"
notes mediumtext DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
sync_date datetime DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
sync_failed tinyint(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
sync_message text DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
sync_last text DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
sync_ds_last text DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
exam_date date DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
exam_start_time24 char(4) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
exam_end_time24 char(4) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
exam_bldg_cd char(3) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
exam_room_no char(4) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
last_change timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
- Options
type="", null="true", search="false", display="true"