Notes/sql/00016.sql

2 lines
106 B
MySQL
Raw Permalink Normal View History

2024-03-28 21:49:48 +01:00
ALTER TABLE public.schedule ADD CONSTRAINT schedule_event UNIQUE (user_id, node_id, "time", description);