I have a tag model with the following:
$table->string(\'name\')->unique(); $table->string(\'slug\')->unique();