· 8 years ago · Dec 06, 2017, 04:02 PM
1CREATE TABLE IF NOT EXISTS `kar_coins` ( 2 `user_id` int(11) DEFAULT NULL, 3 `coins` int(15) DEFAULT NULL, 4 KEY `user_id` (`user_id`) 5) ENGINE=InnoDB DEFAULT CHARSET=utf8;