Skip to content

warn about incompatible datatypes (MySQL errno: 150) #187

Open
@ondras

Description

@ondras

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions