MySQL - 无法创建列

发布于 2024-08-13 11:28:07 字数 329 浏览 5 评论 0原文

我正在使用 MySQL 5.1。当我尝试添加新列时,它会抛出这样的错误,

数据库名称是“ebill”。

Error Code : 1025
Error on rename of '.\ebill\#sql-98_477' to '.\ebill\user' (errno: 150)
(0 ms taken)

这是我的 sql 查询:

alter table `ebill`.`user` add column `User_Password` varchar(25) NULL

问题出在哪里?

I am using MySQL 5.1. When i am trying to add new column, it throws error like this,

Database name is "ebill".

Error Code : 1025
Error on rename of '.\ebill\#sql-98_477' to '.\ebill\user' (errno: 150)
(0 ms taken)

This is my sql query:

alter table `ebill`.`user` add column `User_Password` varchar(25) NULL

Where is the issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文