.. index:: tbl1_request_importer_EventLog ============================== tbl1_request_importer_EventLog ============================== .. default-role:: doc :Description: Log of student requests imported into `tbl1_Requests` table, viewable in control center Columns ======= **ID** ``int(11) NOT NULL`` :Options: ``display="true", null="true", search="false", type=""`` **the_event** ``mediumtext DEFAULT NULL`` :Description: Description of event :Options: ``display="true", null="true", search="false", type=""`` **the_event_timestamp** ``datetime DEFAULT NULL`` :Description: Event timestamp :Options: ``display="true", null="true", search="false", type=""`` **event_type** ``int(11) DEFAULT NULL`` :Description: corresponds to type of request imported, see mod_declarations :Options: ``display="true", null="true", search="false", type=""`` **last_change** ``timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()`` :Options: ``display="true", null="true", search="false", type=""``