Files
TJWaterServer/script/sql/drop/6.pumps.sql
2022-10-09 11:06:19 +08:00

12 lines
217 B
SQL

-- [PUMPS]
drop table if exists pumps_property_pattern;
drop table if exists pumps_property_head;
drop table if exists pumps_property_speed;
drop table if exists pumps_property_power;
drop table if exists pumps;