You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'charset utf8 not null auto_increment index key, toId
int(11) charset utf8 not ' at line 1
This error i am getting when creating a table, USING the SQLBuddy interface..
follows:
id (primary key, autoincrement,utf8) - int(11)
toId (utf8) - int(11)
fromId (utf8) - int(11)
question is: why?