Format sql

This commit is contained in:
WQY\qiong
2022-10-09 11:06:19 +08:00
parent d99c0eacbf
commit 9accb467b2
58 changed files with 283 additions and 283 deletions

View File

@@ -1,19 +1,19 @@
-- [REACTIONS]
DROP TABLE IF EXISTS REACTIONS_ROUGHNESS_CORRELATION;
drop table if exists reactions_roughness_correlation;
DROP TABLE IF EXISTS REACTIONS_LIMITING_POTENTIAL;
drop table if exists reactions_limiting_potential;
DROP TABLE IF EXISTS REACTIONS_TANK;
drop table if exists reactions_tank;
DROP TABLE IF EXISTS REACTIONS_PIPE;
drop table if exists reactions_pipe;
DROP TYPE IF EXISTS REACTIONS_PIPE_PARAM;
drop type if exists reactions_pipe_param;
DROP TABLE IF EXISTS REACTIONS_GLOBAL;
drop table if exists reactions_global;
DROP TYPE IF EXISTS REACTIONS_GLOBAL_PARAM;
drop type if exists reactions_global_param;
DROP TABLE IF EXISTS REACTIONS_ORDER;
drop table if exists reactions_order;
DROP TYPE IF EXISTS REACTIONS_ORDER_PARAM;
drop type if exists reactions_order_param;