mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-13 17:46:52 -04:00
Add prompts category
This commit is contained in:
@@ -2,6 +2,7 @@ CREATE TABLE IF NOT EXISTS compatibility_prompts (
|
||||
answer_type TEXT DEFAULT 'free_response' NOT NULL,
|
||||
created_time TIMESTAMPTZ DEFAULT now() NOT NULL,
|
||||
creator_id TEXT,
|
||||
category TEXT,
|
||||
id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
|
||||
importance_score NUMERIC DEFAULT 0 NOT NULL,
|
||||
multiple_choice_options JSONB,
|
||||
|
||||
Reference in New Issue
Block a user