Tried it again and I now get this:
Invalid SQL: alter table vbchat_datastore
add d_smiliedisplay tinyint(2) not null default '1',
add d_smilieamount int(15) not null default '10',
add d_allowbantag tinyint(2) not null default '1',
add d_chatrooms text not null default '',
add d_maxrooms int(15) not null default '5';
mysql error: Duplicate column name 'd_smiliedisplay'
mysql error number: 1060
|