cfdata_111¶
- Description
Table to hold inbound Honors Candidate RSVP Data from getforms2.py before processed by Solutions Control Center and used to update the tbl1_honors_candidates table
Columns¶
id int(11) NOT NULL
- Options
display="true", null="true", search="false", type=""
uniq_id varchar(256) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
user_id int(11) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
created datetime DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
modified varchar(256) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
ruid int(11) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
last_name varchar(256) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
first_name varchar(256) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
email varchar(256) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
course_number varchar(256) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
student_response varchar(256) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
section_number varchar(256) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
question text DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
button8 varchar(256) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
the_semester varchar(256) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
the_year int(11) 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=""