· 9 years ago · Dec 28, 2016, 08:43 AM
1CREATE TABLE IF NOT EXISTS `db1_etchat_last_trophy` (
2 `date` int(11) NOT NULL,
3 `gold_user` int(11) NOT NULL,
4 `silver_user` int(11) NOT NULL,
5 `bronse_user` int(11) NOT NULL,
6 PRIMARY KEY (`date`)
7) ENGINE=MyISAM DEFAULT CHARSET=latin1;