English 中文(简体)
更改表
原标题:change table schema cakephp

我如何改变卡纳克人阵中我一个数据库表的图象? 新的图表将包括新的栏目,这些栏目将列入我的表格,并列入一些栏目。 我试图利用它这样做。

cake schema update <mytable>

但我总是有这一错误:

Warning: <span style="color:Red;text-align:left"><b>SQL Error:</b> 1060: Duplicate column name  contact_id </span> in C:wampwww	estscakelibsmodeldatasourcesdbo_source.php on line 684

任何帮助?

问题回答

您不敢说,你正在使用哪一个数据库,假定它符合MySQL。

当我想改变一个表格(加列或删除栏目)时,我确实使用,这个桌面应用程序很容易使用全球数据系统进行桌面编辑。 如果出于某种原因,你可以不使用,那么,您的托管服务可能提供网站应用程序,如phpMyAdmin,这还使你在不必知道太多的座位的情况下编辑一张桌子。

如果CakePHP似乎不相信表格已改为<代码>app/tmp/cache,删除其中3个子组的内容(但不是这些子组本身有时会造成问题)。

显然,如果你的法典中提到已经不复存在的栏目,你就必须加以编辑。 否则,一切都只能奏效。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签