2015-11-20 02:30:13
绝爱小暖男
|
在确认执行的时候,失败了。 我直接把这些语句在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' |
王春生
|
以后禁止重复提问!留言已经回复。
|
绝爱小暖男
|
我在那里回复你了。麻烦帮我处理一下。我们现在没法办公了
|
1/1