index name too long in rails 3.2 and mysql 5.5
If you get an error that says the auto-generated index name is too long (limited to 64 characters) during a rails migration, add a name to it in the last argument to overwrite the generated name with your custom shorter name....
Read More
Recent Comments