error in table altering

[expired user #4516]'s profile image [expired user #4516] posted 13 years ago in General Permalink
the error in table editing is raised when trying to rename and move a column in one operation. the new structure is saved but the editing field is not refreshed in a proper way
rev 3796
ansgar's profile image ansgar posted 13 years ago Permalink
Ok, then any chance you post the error message here?
[expired user #4516]'s profile image [expired user #4516] posted 13 years ago Permalink
SHOW CREATE TABLE `project`.`token`;
ALTER TABLE `token` CHANGE COLUMN `token` `token1` VARCHAR(50) NOT NULL AFTER `created`;
ALTER TABLE `token` ALTER `token` DROP DEFAULT;

[Window Title]
Error

[Content]
SQL Error (1054): Unknown column 'token' in 'token'

[OK]
ansgar's profile image ansgar posted 13 years ago Permalink
Fixed in r3799

Please login to leave a reply, or register at first.