Answers for "laravel migration add contraint to other database"

PHP
0

laravel migration add contraint to other database

$table->foreign('user_id')->references('id')->on('main_db.users');
//                                                ^^^^^^^
Posted by: Guest on December-27-2021

Code answers related to "laravel migration add contraint to other database"

Browse Popular Code Answers by Language