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,5 +1,5 @@
-- [VALVES]
DROP TABLE VALVES;
DROP TABLE IF EXISTS VALVES;
DROP TYPE VALVES_TYPE;
DROP TYPE IF EXISTS VALVES_TYPE;