Forum Moderators: open

Message Too Old, No Replies

Adding fields to Mysql table?

         

smartcard

6:48 pm on Jan 18, 2007 (gmt 0)

10+ Year Member



I have a MySql database table, where I need to add the following fields, Please tell me how can I do it with PhpMyadmin?

`DetailedDesc` text NOT NULL,
`Price` float(15,2) NOT NULL default '0.00',
`image` text NOT NULL,

eelixduppy

3:40 pm on Jan 19, 2007 (gmt 0)



Go to the table that you want to add a field to, and click on [b]Structure[/url].

Once you are there, right below the table with the current fields there is a form where you can add new fields. Select the number you want to add, and where you want to add them, and it will bring you to a new page where you can change the attributes.

If you need further explanation feel free to respond :)

Good luck!