SET FOREIGN_KEY_CHECKS=0; drop table if exists tl_ladaco10_attachments; drop table if exists tl_ladaco10_contents; drop table if exists tl_ladaco10_questions; drop table if exists tl_ladaco10_answer_options; drop table if exists tl_ladaco10_sessions; drop table if exists tl_ladaco10_users; drop table if exists tl_ladaco10_answers; SET FOREIGN_KEY_CHECKS=1;