Quote:
Originally Posted by kartik786
Thanks for the quick support,
Does anything change knowing that I already dropped a table as suggested by DJ ?
Appreciate the promptness in response 
|
Yes: Ignore the first DROP as you've already done that. Run the other two:
Code:
ALTER TABLE user DROP receivebulletin;
ALTER TABLE user DROP INDEX receivebulletin;
ALTER TABLE user DROP receivebulletin_type;