Answers for "check uniqe combination in laravel"

PHP
0

eloquent unique combination

$table->unique(['taggable_id', 'taggable_type']);
Posted by: Guest on March-02-2021

Browse Popular Code Answers by Language