mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
The parent Migration class defines $withinTransaction without a type hint. Setting it without redeclaring (no "bool" type) avoids the PHP 8.4 error: "Type of Migration::$withinTransaction must not be defined" This is the proper Laravel way to disable transactions for migrations that need to run CREATE INDEX CONCURRENTLY in PostgreSQL. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>