2.6升级2.7失败了,紧急求助
2015-11-20 02:30:13
绝爱小暖男
  • 访问次数: 8
  • 注册日期: 2015-05-18
  • 最后登录: 2015-11-20
  • 我的积分: 55
  • 门派等级: 无门派

在确认执行的时候,失败了。

我直接把这些语句在phpmyadmin数据库

里执行也不可以


SQLSTATE[42S02]: Base table or view not found: 1146 Table 'oa.oa_todo' doesn't exist

The sql is: ALTER TABLE `oa_todo` add `assignedTo` varchar(30) NOT NULL DEFAULT '' AFTER `private`

\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'oa.oa_todo' doesn't exist
The sql is: ALTER TABLE `oa_todo` add `assignedBy` varchar(30) NOT NULL DEFAULT '' AFTER `assignedTo`

\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'oa.oa_todo' doesn't exist
The sql is: ALTER TABLE `oa_todo` add `assignedDate` datetime NOT NULL AFTER `assignedBy`

\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'oa.oa_todo' doesn't exist
The sql is: ALTER TABLE `oa_todo` add `finishedBy` varchar(30) NOT NULL DEFAULT '' AFTER `assignedDate`

\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'oa.oa_todo' doesn't exist
The sql is: ALTER TABLE `oa_todo` add `finishedDate` datetime NOT NULL AFTER `finishedBy`

\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'oa.oa_todo' doesn't exist
The sql is: ALTER TABLE `oa_todo` add `closedBy` varchar(30) NOT NULL DEFAULT '' AFTER `finishedDate`

\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'oa.oa_todo' doesn't exist
The sql is: ALTER TABLE `oa_todo` add `closedDate` datetime NOT NULL AFTER `closedBy`

\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'oa.oa_todo' doesn't exist
The sql is: ALTER TABLE `oa_todo` CHANGE `status` `status` varchar(30) NOT NULL DEFAULT ''

\nSQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'zentao'
The sql is: ALTER TABLE `sys_entry` add `zentao` enum('0', '1') NOT NULL DEFAULT '0'
沙发
2015-11-20 09:18:01
王春生
  • 访问次数: 938
  • 注册日期: 2014-05-02
  • 最后登录: 2023-09-12
  • 我的积分: 1310
  • 门派等级: 无门派
以后禁止重复提问!留言已经回复。
板凳
2015-11-20 10:47:04
绝爱小暖男
  • 访问次数: 8
  • 注册日期: 2015-05-18
  • 最后登录: 2015-11-20
  • 我的积分: 55
  • 门派等级: 无门派
我在那里回复你了。麻烦帮我处理一下。我们现在没法办公了
1/1