phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
27 stars 23 forks source link

Set AUTO_INCREMENT option disabled by default #57

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

It is really annoying to remove 'AUTO_INCREMENT' inside each migration file if I forgot to put option to not include 'AUTO_INCREMENT'.