Refine pipe schema

This commit is contained in:
WQY\qiong
2022-10-22 10:59:32 +08:00
parent 2a99f97b7f
commit 1d4699a107

View File

@@ -1,6 +1,6 @@
-- [PIPES]
create type pipes_status as enum ('open', 'closed', 'cv');
create type pipes_status as enum ('OPEN', 'CLOSED', 'CV');
create table pipes
(