Skip to content
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

Support for larger BLOB types in MySQL #45

Closed
bretrzaun opened this issue Jan 27, 2013 · 2 comments
Closed

Support for larger BLOB types in MySQL #45

bretrzaun opened this issue Jan 27, 2013 · 2 comments

Comments

@bretrzaun
Copy link

With the current mapping of the binary type to use the "BLOB" type in MySQL restricts the column to 64KB of data.
Is there a way to use the other blob types "mediumblob" or "longblob" ?

@mamchenkov
Copy link
Contributor

Is there any hope for this to be fixed any time soon? 😄
With Phinx being used by other projects now (like CakePHP 3) it starts to get in a way of a lot of things.

robmorgan added a commit that referenced this issue Jun 1, 2015
Add support for BLOB sizes in MySQL (issue #45)
@mamchenkov
Copy link
Contributor

This can be closed now, I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants