.. index:: Email_Default_Wording_hc ======================== Email_Default_Wording_hc ======================== .. default-role:: doc :Description: In honors candidates program (HonorsCandidatesDashboard.accdb) this table contains the default wording of the email that will come up when student invitation emails care composed. Future Recommendation: Obsolete this table and merge content into a single email_templates table Columns ======= **ID** ``int(11) NOT NULL`` :Options: ``display="true", null="true", search="false", type=""`` **course_number** ``varchar(255) DEFAULT NULL`` :Description: code for course number invite is for, for example 291 or 152H :Options: ``display="true", null="true", search="false", type=""`` **email_text** ``mediumtext DEFAULT NULL`` :Description: the email template for the course :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=""``