2
I use the Cakephp 3 framework, I was researching on Migrations and Seeds and I did some testing, the Migrations they run only once on account of the Sphinx log table, but if I do a Seed and call it xSeed, and run this Seed on the command line, after creating a ySeed and running it, it will run both ySeed and xSeed, it has some way for me to control it?