.. index:: enrollment_history ================== enrollment_history ================== .. default-role:: doc Columns ======= **id** ``int(11) NOT NULL AUTO_INCREMENT`` :Options: ``type="", null="true", search="false", display="true"`` **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"`` **unit** ``char(2) NOT NULL`` :Options: ``type="", null="true", search="false", display="true"`` **subject_cd** ``char(3) NOT NULL`` :Options: ``type="", null="true", search="false", display="true"`` **course_no** ``char(3) NOT NULL`` :Options: ``type="", null="true", search="false", display="true"`` **date** ``date NOT NULL`` :Options: ``type="", null="true", search="false", display="true"`` **enrollment** ``int(11) NOT NULL`` :Options: ``type="", null="true", search="false", display="true"``