Questions tagged [phinx]

PHP application database migration utility.

Executing Phinx migrations in a SQLite in-memory database using PHPUnit

Having trouble with Phinx migrations not working on sqlite memory in version 0.9.2. My app has a simple table (product). However, after running the migration, the product table does not exist: use Symfony\Component\Yaml\Yaml; use Phinx&bsol ...