Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. SQLSTATE[HY000]: General error: 1117 Too many columns, query was:
  2. CREATE TEMPORARY TABLE `catalog_product_entity_text_tmp_indexer` (
  3. `entity_id` int NULL COMMENT 'Entity_id' ,
  4. `type_id` text NULL COMMENT 'Type_id' ,
  5. `attribute_set_id` int NULL COMMENT 'Attribute_set_id' ,
  6. `description` longtext NULL COMMENT 'Description' ,
  7. `short_description` longtext NULL COMMENT 'Short_description' ,
  8. `meta_keyword` longtext NULL COMMENT 'Meta_keyword' ,
  9. .................................
  10. `reserve_onderdeel` longtext NULL COMMENT 'Reserve_onderdeel' ,
  11. `reparatieset` longtext NULL COMMENT 'Reparatieset' ,
  12. `overdraagbaar_vermogen` longtext NULL COMMENT 'Overdraagbaar_vermogen'
  13. ) COMMENT='catalog_product_entity_text_tmp_indexer' ENGINE=innodb charset=utf8 COLLATE=utf8_general_ci
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement