adding another field to a table
Posted: Tue Mar 15, 2005 12:44 pm
how do I add another field to a table?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
ALTER TABLE `tablename` ADD `column` TEXT NOT NULL ;