error in table altering
| User, date | Message |
|---|---|
|
Written by sergtop
2 years ago Category: General 50 posts since Mon, 23 Nov 09 |
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 |
|
Written by ansgar
2 years ago 4029 posts since Fri, 07 Apr 06 |
Ok, then any chance you post the error message here? |
|
Written by sergtop
2 years ago 50 posts since Mon, 23 Nov 09 |
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] |
|
Written by ansgar
2 years ago 4029 posts since Fri, 07 Apr 06 |
Fixed in r3799 |
|
Please login to leave a reply, or register at first. |