CREATE UNIQUE INDEX "recipe_notes_recipe_user_idx" ON "recipe_notes" USING btree ("recipe_id","user_id");