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

Fix migrations issue for unlisted Column types #24

Closed Akhundzada closed 4 years ago

Akhundzada commented 4 years ago

This PR should fix Phalcon Migrations error for Unrecognized data type "XX" for column "columnName" for most of the cases. Also moved Bigint upper to the int family.