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