DWQA Questions › Category: Laravel › How to create migration using multiple database in laravel ? 0 Vote Up Vote Down kandy Staff asked 6 years ago ExampleSchema::connection('mysql2')->create('some_table', function($table) { $table->increments('id'): });