SET FOREIGN_KEY_CHECKS=0; drop table if exists tl_lasurv11_survey; drop table if exists tl_lasurv11_option; drop table if exists tl_lasurv11_question; drop table if exists tl_lasurv11_session; drop table if exists tl_lasurv11_user; drop table if exists tl_lasurv11_condition_questions; drop table if exists tl_lasurv11_conditions; SET FOREIGN_KEY_CHECKS=1;