Add valve api

This commit is contained in:
wqy
2022-09-17 18:03:28 +08:00
parent 391ea0386c
commit 58e1e447f9
2 changed files with 122 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
-- [VALVES]
CREATE TYPE VALVES_TYPE AS ENUM ('PRV', 'PSV', 'PBV', 'FCV', 'TCV', 'GPV');
CREATE TYPE VALVES_TYPE AS ENUM ('prv', 'psv', 'pbv', 'fcv', 'tcv', 'gpv');
CREATE TABLE VALVES
(