mirror of
https://github.com/coollabsio/coolify.git
synced 2025-12-28 13:41:51 +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> |
||
|---|---|---|
| .. | ||
| factories | ||
| migrations | ||
| seeders | ||
| .gitignore | ||