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