【发布时间】:2011-04-29 11:25:42
【问题描述】:
如何重命名表xyz 中的列?列是:
Manufacurerid, name, status, AI, PK, int
我想重命名为manufacturerid
我尝试使用 PHPMyAdmin 面板,但出现此错误:
MySQL said: Documentation
#1025 - Error on rename of '.\shopping\#sql-c98_26' to '.\shopping\tblmanufacturer' (errno: 150)
【问题讨论】:
-
您正在尝试更改其中包含外键引用的表。
标签: mysql database alter-table mysql-error-1025