11-18-2012, 11:12 AM
-- ------------------------------ Table structure for `postoffice`-- ----------------------------CREATE TABLE `postoffice` ( `index` int(5) NOT NULL DEFAULT '0', `msgtype` int(5) DEFAULT NULL, `msgcategory` int(5) DEFAULT NULL, `recvdate` int(10) DEFAULT NULL, PRIMARY KEY (`index`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;CREATE TABLE `eventquest`;CREATE TABLE `mailaccount`;CREATE TABLE `msgtype`;CREATE TABLE `postoffice_att0`;CREATE TABLE `postoffice_att1`;CREATE TABLE `postoffice_att2`;CREATE TABLE `postoffice_att3`;CREATE TABLE `postoffice_att4`;CREATE TABLE `postoffice_att5`;CREATE TABLE `postoffice_att6`;CREATE TABLE `postoffice_att7`;CREATE TABLE `postoffice_att8`;CREATE TABLE `postoffice_att9`;CREATE TABLE `premiumtype`;CREATE TABLE `preslot`;CREATE TABLE `preuserattachment0`;CREATE TABLE `preuserattachment1`;CREATE TABLE `preuserattachment2`;CREATE TABLE `preuserattachment3`;CREATE TABLE `preuserattachment4`;CREATE TABLE `preuserattachment5`;CREATE TABLE `preuserattachment6`;CREATE TABLE `preuserattachment7`;CREATE TABLE `preuserattachment8`;CREATE TABLE `preuserattachment9`;CREATE TABLE `slotidx`;CREATE TABLE `storage_postoffice`;CREATE TABLE `storage_postoffice_att0`;CREATE TABLE `storage_postoffice_att1`;CREATE TABLE `storage_postoffice_att2`;CREATE TABLE `storage_postoffice_att3`;CREATE TABLE `storage_postoffice_att4`;CREATE TABLE `storage_postoffice_att5`;CREATE TABLE `storage_postoffice_att6`;CREATE TABLE `storage_postoffice_att7`;CREATE TABLE `storage_postoffice_att8`;CREATE TABLE `storage_postoffice_att9`;CREATE TABLE `usermailbox`;
So, but a table must have at least 1 column.
Will work...

