add field to bay
This commit is contained in:
parent
ddc38be6dd
commit
0aec578376
|
|
@ -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
|
||||
);
|
||||
Loading…
Reference in New Issue