Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Table doesn't exist

Parašė avice· 2013 Sau. 6 14:01:25
#2


 
CREATE TABLE IF NOT EXISTS `nwk_f7.fusioncs_weblink_cats` (
  `weblink_cat_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `weblink_cat_name` varchar(100) NOT NULL DEFAULT '',
  `weblink_cat_description` text NOT NULL,
  `weblink_cat_sorting` varchar(50) NOT NULL DEFAULT 'weblink_name ASC',
  `weblink_cat_access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`weblink_cat_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;