.. index:: tbl1_CoursePageTemplates ======================== tbl1_CoursePageTemplates ======================== .. default-role:: doc :Description: This table was to be used to display HTML template for course page HTML. This is not used at this time, and was intended to eventually be used in the procedure of automatically generating HTML in a standardized format for course pages on our website, while plugging in data from the solutions `tbl1_Courses` table. If we decide definitively not to use this feature, then this table can be obsoleted. Columns ======= **ID** ``int(11) NOT NULL`` :Options: ``display="true", null="true", search="false", type=""`` **template_name** ``varchar(255) DEFAULT NULL`` :Options: ``display="true", null="true", search="false", type=""`` **template_text** ``mediumtext DEFAULT NULL`` :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=""``