-- Veritabanı: `ss_x`
-- Tablo için tablo yapısı `x_events`
CREATE TABLE `x_events` (
`id` int(11) NOT NULL,
`errorx` tinyint(1) NOT NULL DEFAULT 0,
`match_id` int(11) DEFAULT NULL,
`country_id` int(11) DEFAULT NULL,
`country_name` varchar(255) DEFAULT NULL,
`league_id` int(11) DEFAULT NULL,
`league_name` varchar(255) DEFAULT NULL,
`match_date` date DEFAULT NULL,
`match_time` time DEFAULT NULL,
`match_status` varchar(10) DEFAULT NULL,
`match_hometeam_name` varchar(255) DEFAULT NULL,
`match_hometeam_score` int(11) DEFAULT NULL,
`match_awayteam_name` varchar(255) DEFAULT NULL,
`match_awayteam_score` int(11) DEFAULT NULL,
`match_hometeam_halftime_score` int(11) DEFAULT NULL,
`match_awayteam_halftime_score` int(11) DEFAULT NULL,
`match_live` int(11) DEFAULT NULL,
`goalscorer` longtext DEFAULT NULL,
`cards` longtext DEFAULT NULL,
`lastrun` datetime DEFAULT NULL,
`md5x` varcha[...]
Hatanın ekran görüntünü atsan daha iyi olmaz mıydı
hepsini yazdım düzenledim.