CREATE TABLE IF NOT EXISTS `mail_attachments`(`id` bigint(20)unsigned NOT NULL AUTO_INCREMENT,`index` smallint(5)unsigned NOT NULL DEFAULT '0',`nameid` smallint(5)unsigned NOT NULL DEFAULT '0',`amount`int(11)unsigned NOT NULL DEFAULT '0',`refine` tinyint(3)unsigned NOT NULL DEFAULT '0',`attribute` tinyint(4)unsigned NOT NULL DEFAULT '0',`identify` smallint(6) NOT NULL DEFAULT '0',`card0` smallint(5)unsigned NOT NULL DEFAULT '0',`card1` smallint(5)unsigned NOT NULL DEFAULT '0',`card2` smallint(5)unsigned NOT NULL DEFAULT '0',`card3` smallint(5)unsigned NOT NULL DEFAULT '0',`option_id0` smallint(5) NOT NULL default'0',`option_val0` smallint(5) NOT NULL default'0',`option_parm0` tinyint(3) NOT NULL default'0',`option_id1` smallint(5) NOT NULL default'0',`option_val1` smallint(5) NOT NULL default'0',`option_parm1` tinyint(3) NOT NULL default'0',`option_id2` smallint(5) NOT NULL default'0',`option_val2` smallint(5) NOT NULL default'0',`option_parm2` tinyint(3) NOT NULL default'0',`option_id3` smallint(5) NOT NULL default'0',`option_val3` smallint(5) NOT NULL default'0',`option_parm3` tinyint(3) NOT NULL default'0',`option_id4` smallint(5) NOT NULL default'0',`option_val4` smallint(5) NOT NULL default'0',`option_parm4` tinyint(3) NOT NULL default'0',`unique_id` bigint(20)unsigned NOT NULL DEFAULT '0',`bound` tinyint(1)unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`,`index`)) ENGINE=MyISAM;
It also exists in my database
Can someone help me please(If you need more information about my problem I can provide it)?
Question
TeddyBCN
I have the following problem with charserver.bat.
I used this scrip to do the mail_attachments
It also exists in my database
Can someone help me please(If you need more information about my problem I can provide it)?
Edited by TeddyBCN6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.