Skip to content

Commit a4e0203

Browse files
committed
Add prompts category
1 parent 95bdc37 commit a4e0203

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/supabase/compatibility_prompts.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CREATE TABLE IF NOT EXISTS compatibility_prompts (
22
answer_type TEXT DEFAULT 'free_response' NOT NULL,
33
created_time TIMESTAMPTZ DEFAULT now() NOT NULL,
44
creator_id TEXT,
5+
category TEXT,
56
id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
67
importance_score NUMERIC DEFAULT 0 NOT NULL,
78
multiple_choice_options JSONB,

0 commit comments

Comments
 (0)