Is there any way to run a seed only once? [closed]

1

I use the CakePhp 3 framework, I was researching on migrations and seeds and did some testing, the migrations they run only once per sphinx log table, however if I seed it and call it xSeed, and run this seed on the command line, then create a ySeed and run it, it will run both ySeed and xSeed, is there any way I can control it?

    
asked by anonymous 02.03.2018 / 02:20

0 answers