Re: [PHP] Changing field size

2002-04-29 Thread Marius Ursache
Anthony Rodriguez a écrit : > I've a VARCHAR(4) field that I want to change to a VARCHAR(6) field. > > What would happen to the existing data in MySQL db? > nothing :) read mysql manual > > Thanks! > > Tony > ([EMAIL PROTECTED]) > > -- > PHP General Mailing List (http://www.php.net/) > To uns

Re: [PHP] Changing field size

2002-04-28 Thread Richard Emery
First, your question belongs on the mysql mailing list, not PHP Second, did you try it yourself before asking? I guess not. Third, the data would not be effected - Original Message - From: Anthony Rodriguez <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 28, 2002 8:09