PDA

View Full Version : altering tables ... extreme mysql newbie here!


NickC
08-26-2002, 04:37 AM
heya,
what do i use to run these commands to a current table?

ALTER TABLE phpbb_users ADD user_avatar_width SMALLINT;
ALTER TABLE phpbb_users ADD user_avatar_height SMALLINT;

thanks!

gary_c
09-03-2002, 04:50 AM
You can alter tables using phpMyAdmin, which you access via the MySQL control panel section.

-- gary