Web Hosting Talk







View Full Version : SQL Request: Alter Table


Dark Angel
09-09-2002, 10:12 PM
Hello. I'm currently installing a hack for vBulletin and I have to make this SQL request: ALTER TABLE user ADD statu2 text NOT NULL

How do I do that? I can easily access phpMyAdmin is necessary.

Thanks for your answers!

ffeingol
09-09-2002, 10:28 PM
If you have phpmyadmin, access the database with it and then issue:

ALTER TABLE user ADD statu2 text NOT NULL;

Frank

Dark Angel
09-09-2002, 11:12 PM
Thanks a lot, but I've already found how to do it. Thanks anyway! :stickout