mysql-error-1071 Questions
37
Solved
When I executed the following command:
ALTER TABLE `mytable` ADD UNIQUE (
`column1` ,
`column2`
);
I got this error message:
#1071 - Specified key was too long; max key length is 767 bytes
In...
Raglan asked 29/11, 2009 at 3:18
4
Solved
script/generate acts_as_taggable_on_migration
rake db:migrate
causes
Mysql::Error: Specified key was too long; max key length is 1000 bytes: CREATE INDEX `index_taggings_on_taggable_id_and_tagga...
Conspiracy asked 15/8, 2010 at 20:15
1
© 2022 - 2024 — McMap. All rights reserved.