DDL for my table includes key definition with data size like that:
Code:
…
KEY `IDX_NAME` (`NAME`(32))
…
But, when SQLYog runs duplicate table data/structure command it uses DDL without width in key definition for those field and MySQL return an error No. 1170