27 Окт 2018 SQL запросы CREATE TABLE `invest` ( `id` int(10) NOT NULL AUTO_INCREMENT, `user_id` int(12) NOT NULL, `date_start` int(13) NOT NULL, `date_end` int(13) NOT NULL, `summa` float NOT NULL, `percent` float NOT NULL, `count` int(13) NOT NULL, `count_full` int(13) NOT NULL, `status` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
Комментарии:
kantry27 Окт 2018 Shaxa, внимательней надо быть, а не просто копипастить. `user_id` int(12) NOT NULL, `date_start` int(13) NOT NULL, `date_end` int(13) NOT NULL, `summa` float NOT NULL, `percent` float NOT NULL... INSERT INTO `invest` (`id_user`, `date_start`, `date_end`, `summa`, `precent`) ...
Shaxa27 Окт 2018 Автор темы где ошибка POST данние не отображаеть в базу Добавлено: вот файлы