From 0aec578376581be9b21f513cc394bfa837261530 Mon Sep 17 00:00:00 2001 From: zhuxu Date: Tue, 1 Jul 2025 17:25:42 +0800 Subject: [PATCH] add field to bay --- model/ddl_4_bay.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/model/ddl_4_bay.sql b/model/ddl_4_bay.sql index de175b5..830ba40 100644 --- a/model/ddl_4_bay.sql +++ b/model/ddl_4_bay.sql @@ -24,6 +24,7 @@ CREATE TABLE PUBLIC.BAY ( DEV_DYN_SENSE JSONB NOT NULL DEFAULT '[]', -- devices DEV_INSTRUCT JSONB NOT NULL DEFAULT '[]', -- devices DEV_ETC JSONB NOT NULL DEFAULT '[]', -- devices + COMPONENTS UUID[] NOT NULL DEFAULT '{}', OP INTEGER NOT NULL DEFAULT -1, TS TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP ); \ No newline at end of file