tmp_honors_rsvps¶
- Description
This is a temp placeholder table used to import student responses to invitation to honors course invites from the exported Chronoform csv file. This is mostly obsolete since we are now using the getforms2.py python program to pull in these RSVPs. However, since the ‘import student responses’ button still exists in the Honors Candidates program, we should keep this just in case.
Columns¶
id varchar(255) NOT NULL
- Options
display="true", null="true", search="false", type=""
uniq_id varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
user_id varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
created varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
modified varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
ruid varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
first_name varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
last_name varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
email varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
course_number varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
student_response varchar(10) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
section_number varchar(20) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
question mediumtext DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
button8 varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
the_semester varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
the_year varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
last_change timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
- Options
display="true", null="true", search="false", type=""