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