Changing a column in a table
am 11.02.2006 18:21:51 von 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
RE: Changing a column in a table
am 11.02.2006 18:45:13 von Bastien Koert
Use PhpMyAdmin to do this, very simple...otherwise look at the ALTER
statement in the mysql manual
bastien
>From: Roger Dickinson
>Reply-To: Roger Dickinson
>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