Galera ajuda aeee meu servidor nao tem site. eu preciso adicionar a table z_ots_comunicaton eu tenho codigo dela aki :
PRIMARY KEY ( `id` )
) ;
CREATE TABLE `z_shop_offer` (
`id` int ( 11 ) NOT NULL auto_increment ,
`pontos` int ( 11 ) NOT NULL default '0 ' ,
`int` itemid1 ( 11 ) NOT NULL default '0 ' ,
`count1` int ( 11 ) NOT NULL default '0 ' ,
` itemid2 int ` ( 11 ) NOT NULL default '0 ' ,
`count2` int ( 11 ) NOT NULL default '0 ' ,
`offer_type` varchar ( 255 ) NULL padrão ,
`texto` offer_description NOT NULL ,
`offer_name` varchar ( 255 ) NOT NULL ,
PRIMARY KEY ( `id` )
) ;
CREATE TABLE `z_shop_history_item` (
`id` int ( 11 ) NOT NULL auto_increment ,
`para_nome` varchar ( 255 ) NOT NULL default '0 ' ,
`to_account` int ( 11 ) NOT NULL default '0 ' ,
`from_nick` varchar ( 255 ) NOT NULL ,
`int` from_account ( 11 ) NOT NULL default '0 ' ,
`preço` int ( 11 ) NOT NULL default '0 ' ,
`offer_id` int ( 11 ) NOT NULL default '0 ' ,
`trans_state` varchar ( 255 ) NOT NULL ,
`trans_start` int ( 11 ) NOT NULL default '0 ' ,
`trans_real` int ( 11 ) NOT NULL default '0 ' ,
PRIMARY KEY ( `id` )
) ;
CREATE TABLE `z_shop_history_pacc` (
`id` int ( 11 ) NOT NULL auto_increment ,
`para_nome` varchar ( 255 ) NOT NULL default '0 ' ,
`to_account` int ( 11 ) NOT NULL default '0 ' ,
`from_nick` varchar ( 255 ) NOT NULL ,
`int` from_account ( 11 ) NOT NULL default '0 ' ,
`preço` int ( 11 ) NOT NULL default '0 ' ,
`int` pacc_days ( 11 ) NOT NULL default '0 ' ,
`trans_state` varchar ( 255 ) NOT NULL ,
`trans_start` int ( 11 ) NOT NULL default '0 ' ,
`trans_real` int ( 11 ) NOT NULL default '0 ' ,
PRIMARY KEY ( `id` )
) ;
Mais eu nao sei como fazer isso, meu server é sql, nao tem site. alguem fala como adicionar a tabela com esse codigo passo a passo to precisando muito de ajuda