Imfreezing
Krossa Kapitalismen
Yo everyone,This is a little bit nooby question,but everyone had been new ^^ (I hope) btw,how to add an Table?, i wanna add
but where should i add? 
REP for help+++
PHP:
CREATE TABLE `lotto_fate` (
`player_id` bigint(255) NOT NULL,
`time` int(15) NOT NULL COMMENT '\r\n',
`numbers` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE `lotto_result` (
`time` int(15) NOT NULL,
`numbers` text NOT NULL,
`rate` bigint(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

REP for help+++