.. index:: tbl1_request_importer_last_scans ================================ tbl1_request_importer_last_scans ================================ .. default-role:: doc :Description: keeps track of last time each particular request type was scanned :Footnote: with automtaic scans now happening from control center in conjunction with getcss, this may now be meaningless (or, maybe just one field would be needed that would pertain to all request types) Columns ======= **ID** ``int(11) NOT NULL`` :Options: ``display="true", null="true", search="false", type=""`` **xfer_pre_last_import** ``datetime DEFAULT NULL`` :Description: Timestamp of last scan of transfer credit preapproval requests :Options: ``display="true", null="true", search="false", type=""`` **xfer_post_last_import** ``datetime DEFAULT NULL`` :Description: Timestamp of last scan of transfer credit postapproval requests :Options: ``display="true", null="true", search="false", type=""`` **spnm_last_import** ``datetime DEFAULT NULL`` :Description: Timestamp of last scan of special permission for non-matric student requests :Options: ``display="true", null="true", search="false", type=""`` **spmf_last_import** ``datetime DEFAULT NULL`` :Description: Timestamp of last scan of special permission for multiple fail requests :Options: ``display="true", null="true", search="false", type=""`` **sp_honors_last_import** ``datetime DEFAULT NULL`` :Description: Timestamp of last scan of special permission honors requests :Options: ``display="true", null="true", search="false", type=""`` **prereq_last_import** ``datetime DEFAULT NULL`` :Options: ``display="true", null="true", search="false", type=""`` **last_change** ``timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()`` :Description: Timestamp of last scan of prerequisite override requests :Options: ``display="true", null="true", search="false", type=""``