· 7 years ago · Jan 14, 2019, 11:02 PM
1mySQL error: You have an error in your SQL syntax (ENGINE=MyISAM)
2$queries[] = "CREATE TABLE IF NOT EXISTS {$prefix}conversationlog (
3 id int(11) NOT NULL auto_increment,
4 input text default '',
5 response text default '',
6 thatresponse text default '',
7 uid varchar(255) default NULL,
8 enteredtime timestamp(14),
9 PRIMARY KEY (id)
10 ) ENGINE=MyISAM";