Doctrine migrations and unexpected MySQL revelations
The other day I came across something that was new to me. For many years I’ve been coding using a PHP, Symfony and Doctrine stack, and as part of this was managing sites’ database entities using the Doctrine Migrations bundle.
More …