id(); $table->string('name_ru'); $table->string('name_en'); $table->string('city_ru'); $table->string('city_en'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('clubs'); } };