Post
by The Beatles » Tue May 31, 2005 7:09 pm
Here it is:
<!--sql--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>SQL </td></tr><tr><td id='CODE'><!--sql1-->CREATE TABLE `faf_hfame` (
`num` bigint(20) NOT NULL default <span style='color:red'>'0'</span>,
`name` varchar(100) NOT NULL default '',
`empire` varchar(100) NOT NULL default '',
`land` bigint(20) NOT NULL default <span style='color:red'>'0'</span>,
`networth` bigint(20) NOT NULL default <span style='color:red'>'0'</span>,
`race` smallint(6) NOT NULL default <span style='color:red'>'0'</span>,
`location` smallint(6) NOT NULL default <span style='color:red'>'0'</span>,
`off` bigint(20) NOT NULL default <span style='color:red'>'0'</span>,
`offsucc` bigint(20) NOT NULL default <span style='color:red'>'0'</span>,
`def` bigint(20) NOT NULL default <span style='color:red'>'0'</span>,
`defsucc` bigint(20) NOT NULL default <span style='color:red'>'0'</span>,
`kills` bigint(20) NOT NULL default <span style='color:red'>'0'</span>,
PRIMARY KEY (`num`)
) TYPE<span style='color:orange'>=</span>MyISAM; <!--sql2--></td></tr></table><div class='postcolor'><!--sql3-->
:wq