Loading...
Loading...
Found 5 Skills
Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
Test data management with fixtures and factories. Use when creating test data strategies, implementing data factories, managing fixtures, or seeding test databases.
Generate mock data and test fixtures from schemas
Laravel 12 database migrations - Schema Builder, columns, indexes, foreign keys, seeders. Use when designing database schema or managing migrations.
Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance