· 8 years ago · Jan 05, 2018, 09:06 AM
1CREATE TABLE IF NOT EXISTS `hestetis` (
2`id` int(11) NOT NULL,
3 `user_id` int(11) NOT NULL,
4 `amount` int(11) NOT NULL,
5) ENGINE=InnoDB AUTO_INCREMENT=99613 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;