3 lines
93 B
SQL
3 lines
93 B
SQL
ALTER TABLE "participation"
|
|
ADD CONSTRAINT unique_user_event UNIQUE ("user_id", "event_id");
|