id(); $table->foreignIdFor(Organisation::class); $table->string('name'); $table->string('repository_url'); $table->string('repository_type'); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('application'); } };