Refine valve schema

This commit is contained in:
WQY\qiong
2022-10-22 10:59:52 +08:00
parent 1d4699a107
commit 5613e0eb14

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
(