赞
踩
mysql默认情况下单个列的索引不能超过767位
可以启用innodb_large_prefix选项,将约束项扩展至3072byte;
set global innodb_large_prefix=1;
set global innodb_file_format=BARRACUDA;