首頁 > 問答 > 主體
if(Comments::create($data)){ $this->success('評論發佈成功','index/index');} else { $this- >error('評論保存失敗','index/index');}
我在表中建立了唯一索引,想讓評論人只能發表一次評論,再次發送時對先前的評論更新插入。上面的程式碼,只能實作insert into 。請大神幫忙實現replace into。