.. index:: assignments =========== assignments =========== .. default-role:: doc Columns ======= **id** ``int(11) NOT NULL AUTO_INCREMENT`` :Options: ``type="", null="true", search="false", display="true"`` **person_id** ``int(11) DEFAULT NULL`` :Options: ``type="", null="true", search="false", display="true"`` **request_type** ``enum('REQUEST','TRANSFER','HONORS','PREREQ','NONMATRIC','MULTFAIL','INTEREST291') DEFAULT NULL`` :Options: ``type="", null="true", search="false", display="true"`` **course_start** ``int(11) DEFAULT NULL`` :Options: ``type="", null="true", search="false", display="true"`` **course_end** ``int(11) DEFAULT NULL`` :Options: ``type="", null="true", search="false", display="true"`` **priority** ``int(11) DEFAULT NULL`` :Options: ``type="", null="true", search="false", display="true"``