Drop if exists

This commit is contained in:
wqy
2022-09-03 09:30:19 +08:00
parent e68c1776c4
commit dc07e4811c
29 changed files with 63 additions and 62 deletions

View File

@@ -1,9 +1,9 @@
-- [CONTROLS]
DROP TABLE CONTROLS_3;
DROP TABLE IF EXISTS CONTROLS_3;
DROP TABLE CONTROLS_2;
DROP TABLE IF EXISTS CONTROLS_2;
DROP TABLE CONTROLS_1;
DROP TABLE IF EXISTS CONTROLS_1;
DROP TYPE CONTROLS_1_PREP;
DROP TYPE IF EXISTS CONTROLS_1_PREP;