Geralt Posted April 27, 2020 Share Posted April 27, 2020 guys how do i solve this syntax error Quote CREATE TABLE IF NOT EXISTS `reward_for_first_50` ( `id` int(11) unsigned NOT NULL auto_increment, `aid` int(11) unsigned NOT NULL default '0', `cid` int(11) unsigned NOT NULL default '0', `last_ip` varchar(100) NOT NULL default '', `last_unique_id` varchar(100) NOT NULL default '', `time` datetime NOT NULL, ) ENGINE=MyISAM; Quote Link to comment Share on other sites More sharing options...
0 TheDerpySupport Posted April 27, 2020 Share Posted April 27, 2020 The error is in your screenshot. You're missing a ' at the beginning of line 6 Quote Link to comment Share on other sites More sharing options...
guys how do i solve this syntax error
Link to comment
Share on other sites