<molo>
<info name="Fight!" version="0.9" author="Claude Desjardins" support="feedback@realitymedias.com" url="http://www.phpizabi.net" body="The Fight! module create fights between your users, they can fight the point they like and/or create open fights for other users to join."> 
<install> 
<db mode="query"  value="CREATE+TABLE+%60%5Bx%5Dfight%60+%28%0A++%60id%60+int%2811%29+NOT+NULL+auto_increment%2C%0A++%60user%60+int%2810%29+NOT+NULL+default+%270%27%2C%0A++%60opponent%60+int%2810%29+NOT+NULL+default+%270%27%2C%0A++%60user_points%60+int%2810%29+NOT+NULL+default+%270%27%2C%0A++%60opponent_points%60+int%2810%29+NOT+NULL+default+%270%27%2C%0A++%60date%60+int%2832%29+NOT+NULL+default+%270%27%2C%0A++%60start%60+int%2832%29+NOT+NULL+default+%270%27%2C%0A++%60expire%60+int%2832%29+NOT+NULL+default+%270%27%2C%0A++%60duration%60+int%2832%29+NOT+NULL+default+%270%27%2C%0A++%60topic%60+varchar%28250%29+NOT+NULL+default+%27%27%2C%0A++%60body%60+longtext+NOT+NULL%2C%0A++%60votes%60+longtext+NOT+NULL%2C%0A++UNIQUE+KEY+%60id%60+%28%60id%60%29%0A%29+ENGINE%3DMyISAM+AUTO_INCREMENT%3D1">
</install> 
</molo>