You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
923 B

#
drop table twkf_agent;
drop table twkf_flow_actor;
drop table twkf_flow_data;
drop table twkf_flow_form_type;
drop table twkf_flow_instance;
drop table twkf_flow_message;
drop table twkf_flow_model;
drop table twkf_flow_roam;
drop table twkf_form;
drop table twkf_message_action;
drop table twkf_model_content;
drop table twkf_model_order;
drop table twkf_movelog;
drop table twkf_moveset;
drop table twkf_return_info;
# Quartz Scheduler
drop table qrtz_blob_triggers;
drop table qrtz_calendars;
drop table qrtz_cron_triggers;
drop table qrtz_fired_triggers;
drop table qrtz_locks;
drop table qrtz_paused_trigger_grps;
drop table qrtz_scheduler_state;
drop table qrtz_simple_triggers;
drop table qrtz_simprop_triggers;
drop table qrtz_triggers;
drop table qrtz_job_details;
# question相关
drop table question_answer;
drop table question_bank;
drop table question_fre;
drop table question_library;