$sql = 'replace into table(n1,n2,n3) VALUES (?,?,?)'; DB::statement( $sql, array(1,2,3));
重写 firstOrCreate 方法,感觉不太优雅,求教有没有更好的方法?
环境限制, Eloquent 4.1