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