string('manual_webhook_secret_gitea')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('applications', function (Blueprint $table) { $table->dropColumn('manual_webhook_secret_gitea'); }); } };