初始化数据库脚本优化

This commit is contained in:
thinkgem
2020-09-14 23:01:18 +08:00
parent 9daef68787
commit df98f266b9
8 changed files with 4 additions and 52 deletions

View File

@@ -1,13 +1,5 @@
SET SESSION FOREIGN_KEY_CHECKS=0;
/* Drop Tables */
DROP TABLE IF EXISTS test_data;
DROP TABLE IF EXISTS test_data_child;
DROP TABLE IF EXISTS test_tree;
/* Create Tables */