Geralt Posted April 27, 2020 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
0 TheDerpySupport Posted April 27, 2020 Posted April 27, 2020 The error is in your screenshot. You're missing a ' at the beginning of line 6 Quote
Question
Geralt
guys how do i solve this syntax error
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.