Answers for "unique column combination laravel eloquent"

PHP
0

eloquent unique combination

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

Code answers related to "unique column combination laravel eloquent"

Browse Popular Code Answers by Language