Re: Change the size of an InnoDB table field

2003-12-17 Thread Heikki Tuuri
which also backs up MyISAM tables Order MySQL technical support from https://order.mysql.com/ - Original Message - From: ""Félix Beltrán"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Tuesday, December 16, 2003 7:31 PM Subject: Change the siz

Change the size of an InnoDB table field

2003-12-16 Thread Félix Beltrán
I'm trying to change the size of an InnoDB table field from CHAR(20) to CHAR(30) using MySQLCC, but i'm getting this error message ERROR 1091: Can't DROP '0_87'. Check that column/key exists This is the create query: CREATE TABLE `presentacion` ( `cl_Presentacion`