-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\Phalcon\Db\ColumnInterface Type: BLOB? #424
Comments
Phalcon does not have support for non-standard SQL types. |
Would it be possible for me to write my own \Phalcon\Db\ColumnInterface\Mysql adapter and that then be included in the project? The dev tools are written in php so I shouldn't need any C level coding? |
For anyone else that comes across this issue I have added a pull request to the main cphalcon repo. If this goes in I will also push an update for migration generation blob support to this repo. |
Run zephir stubs |
Have just noticed that when I am generating migrations on a table that includes a field of type BLOB/MEDIUMBLOB/LONGBLOB there is no such column on ColumnInterface.
Currently it looks like it will just default it to varchar. Am I missing something obvious?
The text was updated successfully, but these errors were encountered: