Open
Description
From martin.meridius on March 03, 2014 20:39:56
Hi,
I just spent some time googling what "errno: 150" in MySQL is. As it turned out I forgot to change the default TINYINT type of one of my indexes to matching INT type in other foreign key.
Would it be possible to change the default type from TINYINT to more usable INT type? Only 256 unsigned for key is really low number.
Or better yet, when exporting (generating SQL) the Designer should at least warn about incompatible datatypes.
Thanks,
Martin
Original issue: http://code.google.com/p/wwwsqldesigner/issues/detail?id=180