Solution:
Schema::create('collection', function ( $collection ) { $collection->unique(array( 'a', 'b' )); });