phalcon / migrations

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

Add BIT as a supported column type #147

Closed dekiftw closed 3 months ago

dekiftw commented 7 months ago

Hello!

In raising this pull request, I confirm the following (please check boxes):

Small description of change:

Added support for the Bit-Value column type from MySQL 8.

Thanks