1 line
106 B
SQL
1 line
106 B
SQL
ALTER TABLE public.schedule ADD CONSTRAINT schedule_event UNIQUE (user_id, node_id, "time", description);
|