Answers for "combination of two columns as unique key laravel"

PHP
4

laravel unique multiple columns

$table->unique(['mytext', 'user_id']);
Posted by: Guest on June-10-2020

Code answers related to "combination of two columns as unique key laravel"

Browse Popular Code Answers by Language