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 @@
-- [TANKS]
DROP TABLE TANKS;
DROP TABLE IF EXISTS TANKS;
DROP TYPE TANKS_OVERFLOW;
DROP TYPE IF EXISTS TANKS_OVERFLOW;