Answers for "add index to a table laravel migration"

PHP
0

laravel migration index

$table->index(['account_id', 'created_at']);
Posted by: Guest on May-08-2020

Code answers related to "add index to a table laravel migration"

Browse Popular Code Answers by Language