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

[NFR] Add config option to give custom name for migrations table #60

Open Jeckerson opened 4 years ago

Jeckerson commented 4 years ago

In some cases, it is good to have possibility to change default table name phalcon_migrations to something another.

ruudboon commented 4 years ago

Maybe we could add the preferred collation as well.