Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. #1136 - Column count doesn't match value count at row 37
  2.  
  3. CREATE TABLE IF NOT EXISTS `eel_posts` (
  4. `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  5. `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  6. `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  7. `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  8. `post_content` longtext NOT NULL,
  9. `post_title` text NOT NULL,
  10. `post_excerpt` text NOT NULL,
  11. `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  12. `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  13. `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  14. `post_password` varchar(20) NOT NULL DEFAULT '',
  15. `post_name` varchar(200) NOT NULL DEFAULT '',
  16. `to_ping` text NOT NULL,
  17. `pinged` text NOT NULL,
  18. `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  19. `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  20. `post_content_filtered` longtext NOT NULL,
  21. `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  22. `guid` varchar(255) NOT NULL DEFAULT '',
  23. `menu_order` int(11) NOT NULL DEFAULT '0',
  24. `post_type` varchar(20) NOT NULL DEFAULT 'post',
  25. `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  26. `comment_count` bigint(20) NOT NULL DEFAULT '0',
  27. PRIMARY KEY (`ID`),
  28. KEY `post_name` (`post_name`),
  29. KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  30. KEY `post_parent` (`post_parent`),
  31. KEY `post_author` (`post_author`)
  32. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=247 ;
  33.  
  34.  
  35.  
  36.  
  37. INSERT INTO `eel_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
  38. (121, 1, '2015-01-12 20:45:09', '2015-01-12 23:45:09', 'Se sugiere que exista una entidad en el gobierno, preferentemente en el Ministerio de Energía, que pueda hacer seguimiento y auditoría de las EEL, además de aconsejar a los diversos territorios de cómo poder alcanzar las metas y postular a los diversos fondos existentes. Para no tener mucha burocracia, se pueden revisar las metas en los Municipios cada 4 y/o 5 años. Es importante enfocarse en pocos indicadores pero que sean importantes.', 'Seguimiento', '', 'inherit', 'closed', 'open', '', '109-revision-v1', '', '', '2015-01-12 20:45:09', '2015-01-12 23:45:09', '', 109, 'http://eel.cl/eel/sin-categoria/109-revision-v1/', 0, 'revision', '', 0),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement