Table named "jos_hikashop_click_view" in database

  • Posts: 12
  • Thank you received: 0
12 years 1 day ago #76490

I have moved my website, and copied all the tables over to an new database. When importing tables into the new database, i have an error message. All tables are ok, exept one. Table with name jos_hikashop_click_view. Do I need this table? (I think i read in a forumthread that this can be deleted???)
The site seems to work as it should.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
12 years 1 day ago #76584

Here is the SQL request to insert this table view, I don't think that you need that table, but we never know.

CREATE TABLE IF NOT EXISTS `#__hikashop_click_view` (`order_id` int(10) unsigned NOT NULL DEFAULT '0',`order_number` VARCHAR( 255 ) NOT NULL DEFAULT '') ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci*/;");

Please Log in or Create an account to join the conversation.

Time to create page: 0.067 seconds
Powered by Kunena Forum