Top "Doctrine-migrations" questions

Anything related with Doctrine migrations for Symfony and DoctrineMigrationsBundle library

Rename table name with Doctrine migrations

I've searched pretty much everywhere but I wasn't able to find anything. Is there a command or a procedure to …

symfony doctrine-orm doctrine-migrations
How do I write a Doctrine migration which can redistribute data into new tables

I have a database (which was actually created using Propel in a Symfony1 application). I am reimplementing it in Symfony2 …

php symfony doctrine-orm doctrine-migrations
Run a database migration command when deploying a Docker container to AWS

Please bear with me. Pretty new to Docker. I'm deploying Docker containers (detached) to an AWS EC2 registry using CodeDeploy. …

php symfony docker amazon-ec2 doctrine-migrations
Syntax error or access violation: 1064 You have an error in your SQL In symfony

When i run comand php bin/console doctrine:migration:migrate i got this error I don't know where is come …

symfony symfony4 doctrine-migrations