RE: [PHP-DB] Changing a column in a table

2006-02-11 Thread Bastien Koert


Use PhpMyAdmin to do this, very simple...otherwise look at the ALTER 
statement in the mysql manual


bastien


From: Roger Dickinson <[EMAIL PROTECTED]>
Reply-To: Roger Dickinson <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] Changing a column in a table
Date: Sat, 11 Feb 2006 09:21:51 -0800

Hi all,

  I defined a field in a table to be float(10.2) but I decided it
  should be float(10.3).  Can I change it without creating a new
  table?  I can't seem to find anything in the online documentation
  about this.
__
- Martian Rover KF6KNC

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Changing a column in a table

2006-02-11 Thread Roger Dickinson
Hi all,

  I defined a field in a table to be float(10.2) but I decided it
  should be float(10.3).  Can I change it without creating a new
  table?  I can't seem to find anything in the online documentation
  about this.
__
- Martian Rover KF6KNC

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php