You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE app."nodeAggregateRatings" (
process text NOT NULL PRIMARY KEY,
node text NOT NULL PRIMARY KEY,
type text NOT NULL,
value real NOT NULL,
"aggregationInfo" JSONB,
"accessPolicy" text NOT NULL,
"c_accessPolicyTargets" text[] NOT NULL
);
The text was updated successfully, but these errors were encountered:
Table structure draft:
The text was updated successfully, but these errors were encountered: