id(); $table->string('name'); $table->string('internal_name'); $table->string('short_description'); $table->integer('length'); $table->integer('price'); $table->string('level'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('tours'); } };