cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.46k stars 892 forks source link

Add note about MyISAM length limitation #2204

Closed naidim closed 1 year ago

naidim commented 1 year ago

Any version of MySQL tables with the MyISAM storage engine will suffer the same 191 character limitation.

MasterOdin commented 1 year ago

Thanks!