unique multiple columns

how can i do unique multiple colums exemple :`
->unique('user_job',ignoreRecord: true,modifyRuleUsing: function (Unique $rule,callable $get) { return $rule $table->unique('user_id','job_id','start_date') })
thanks
Was this page helpful?