Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=20531
Postga havola
DjHuSo [843] [off]
Udesign, Yordam men moslay olamadim shekinli umuman chiqmadi
Shunga moslab bering
CREATE TABLE IF NOT EXISTS `bet_us` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `user_id` INT(11) NOT NULL, `match_id` INT(11) NOT NULL, `bet` VARCHAR(15) NOT NULL, `summ` INT(11) NOT NULL, `win` INT(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ; -- -- Дамп данных таблицы `bet_us` -- INSERT INTO `bet_us` (`id`, `user_id`, `match_id`, `bet`, `summ`, `win`) VALUES (1, 1, 1, 'П1', 0, 1), (2, 1, 2, 'П2', 0, 1), (3, 1, 3, 'П1', 0, 1), (4, 3, 3, 'П2', 0, 0), (5, 3, 3, 'П1', 0, 1);
Shunga moslab bering