2015-01-14 67 views

回答

2
Schema::create('collection', function ($collection) { 
     $collection->unique(array('a', 'b')); 
}); 
相關問題