حل خطأ MySQL Error : Unknown column 'customavatar.width' in 'field list'

Abdul Rahim

[ أعضاء فى القلب ]
30 مايو 2011
3,386
23
0
بسم الله الرحمن الرحيم

الخطأ:
كود:
MySQL Error : Unknown column 'customavatar.width' in 'field list'
Error Number : 1054

الحل:
كود:
ALTER TABLE `customavatar` ADD `width` smallint(5) unsigned NOT NULL default '0';
ALTER TABLE `customavatar` ADD `height` smallint(5) unsigned NOT NULL default '0';