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

20 lines
409 B
SQL

-- [REACTIONS]
drop table if exists reactions_roughness_correlation;
drop table if exists reactions_limiting_potential;
drop table if exists reactions_tank;
drop table if exists reactions_pipe;
drop type if exists reactions_pipe_param;
drop table if exists reactions_global;
drop type if exists reactions_global_param;
drop table if exists reactions_order;
drop type if exists reactions_order_param;