Monday, October 26, 2015

Re: CakePHP 3.x - Schema, Mysql and LONGTEXT

Re-opening thread. Migration plugins for both versions 2 and 3 should support MEDIUMTEXT and LONGTEXT. The fact is, the developer should be the one responsible in determining if their data is compatible with their desired database engine, which means it shouldn't be a problem that these fields are MySQL/MariaDB specific.

For example, if the developer chooses to move their database to MSSQL or PostgreSQL, they are still responsible to do sanity checks on the actual data stored on the new engines, and update their Migration schemas accordingly.

On Sunday, April 27, 2014 at 4:06:08 PM UTC+8, Thomas von Hassel wrote:
I take it there is still no good way to express LONGTEXT type via the schema system ?

/thomas

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: