Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andri-sudarmawijaya/6f73e5b377a85a8cfec8ee7869f5b5cc to your computer and use it in GitHub Desktop.
Save andri-sudarmawijaya/6f73e5b377a85a8cfec8ee7869f5b5cc to your computer and use it in GitHub Desktop.
~~~
$table->unique(['product_id', 'company_id', 'price', 'delivery_hours'],
'prices_history_index_unique');
~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment