id(); $table->string('name'); $table->string('internal_name')->unique(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('continents'); } };