id(); $table->string('name')->nullable(false)->unique(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('clients'); } };