初始化数据库脚本优化

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,12 +1,4 @@
/* Drop Tables */
DROP TABLE test_data CASCADE CONSTRAINTS;
DROP TABLE test_data_child CASCADE CONSTRAINTS;
DROP TABLE test_tree CASCADE CONSTRAINTS;
/* Create Tables */