inferno564 Posted May 11, 2009 Posted May 11, 2009 i acedently deleted my attacklogs sql would someone please post there sql for this part :-) Quote
_Ricky_ Posted May 11, 2009 Posted May 11, 2009 Re: attack logs problem CREATE TABLE `attacklogs` ( `log_id` int(11) NOT NULL auto_increment, `attacker` int(11) NOT NULL default '0', `attacked` int(11) NOT NULL default '0', `result` enum('won','lost') NOT NULL default 'won', `time` int(11) NOT NULL default '0', `stole` int(11) NOT NULL default '0', `attacklog` longtext NOT NULL, PRIMARY KEY (`log_id`) ) ENGINE=MyISAM ; Quote
inferno564 Posted May 11, 2009 Author Posted May 11, 2009 Re: attack logs problem thank you :-D Quote
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.