PDA

View Full Version : What's the problem in this query ?


ARP
02-02-2010, 01:35 PM
Hello,

Can anyone check this code if this have any error ? It's working fine in 3.8 but 4.x not work.

$db->hide_errors();
$db->query_write("ALTER TABLE ".TABLE_PREFIX."forum ADD languageid SMALLINT ( 5 ) DEFAULT '0' NOT NULL");