id(); $table->bigInteger('user_id'); $table->string('name'); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('projects'); } };