MySQL Forums
Forum List  »  Newbie

Re: Add a value to an enum field
Posted by: Gregory Cerveny
Date: September 03, 2004 03:08PM

You're going to need to alter the table.

ALTER TABLE yourTable MODIFY yourColumn enum('','CODE CHANGE','NOT A BUG','UNABLE TO RECREATE','HOLD - FIX IN LATER VERSION','DUPLICATE','MOVED','DOCUMENTED')

Options: ReplyQuote


Subject
Written By
Posted
September 03, 2004 02:09PM
Re: Add a value to an enum field
September 03, 2004 03:08PM
September 07, 2004 05:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.