初始化数据库脚本优化

This commit is contained in:
thinkgem
2020-09-14 23:00:13 +08:00
parent 39ec6649d5
commit a64991f5e3
22 changed files with 1503 additions and 2843 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 */