Re: alter column without dropping
Thank you - I'd already looked there but somehow overlooked it. TGIF. Paul > From: "William R. Mussatto" <[EMAIL PROTECTED]> > Date: Fri, 14 Jun 2002 15:28:19 -0700 (PDT) > To: Peak Digital Productions <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] >
alter column without dropping
The data going into one of my mySQL columns has suddenly changed, so I need to change the parameters of the column. Currently, it is varchar(32), I need to change it to varchar(128). Can I do that without dropping the column? Thanks, Paul