json('headers')->nullable()->after('payload'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('webhook_configurations', function (Blueprint $table) { $table->dropColumn('headers'); }); } };