We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bdc37 commit a4e0203Copy full SHA for a4e0203
backend/supabase/compatibility_prompts.sql
@@ -2,6 +2,7 @@ CREATE TABLE IF NOT EXISTS compatibility_prompts (
2
answer_type TEXT DEFAULT 'free_response' NOT NULL,
3
created_time TIMESTAMPTZ DEFAULT now() NOT NULL,
4
creator_id TEXT,
5
+ category TEXT,
6
id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
7
importance_score NUMERIC DEFAULT 0 NOT NULL,
8
multiple_choice_options JSONB,
0 commit comments