Answers for "laravel migration add index with alias"

PHP
0

laravel migration index

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

Code answers related to "laravel migration add index with alias"

Browse Popular Code Answers by Language