6 lines
77 B
SQL
6 lines
77 B
SQL
-- [TANKS]
|
|
|
|
drop table if exists tanks;
|
|
|
|
drop type if exists tanks_overflow;
|