This release improves the internal testing structure and aligns the package with the x-change migration policy.
Changes
- Added README.md with usage and architecture notes
- Moved test support migrations to tests/database/migrations
- Removed legacy database/migrations/test structure
- Refactored TestCase to properly separate:
- package runtime migrations (service provider)
- test-only migrations (Testbench)
- Eliminated manual migration execution in tests
Notes
- No breaking changes
- No runtime schema changes
- Package migrations remain auto-loaded via loadMigrationsFrom()