0

There are possibilities to generate models (and migration) through a configuration file? I have so much table and i want create them (all the time) with a simple step.

tshepang
  • 12,111
  • 21
  • 91
  • 136
misterwolf
  • 424
  • 4
  • 14

1 Answers1

0

I'm holding all my migration commands in a bash shell file. This allows me to "recycle" certain parts, and prevents me from making typo's... Once a command has been run, I outcomment it, but keep it present in the file

Danny
  • 5,945
  • 4
  • 32
  • 52