add field to bay

This commit is contained in:
zhuxu 2025-07-01 17:25:42 +08:00
parent ddc38be6dd
commit 0aec578376
1 changed files with 1 additions and 0 deletions

View File

@ -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
);