PDA

View Full Version : Database help


KuRi
October 25th, 2003, 03:52 PM
i want to add the field bypass to the table session but i cant remember the sql to do it... can anyone help me??

/KuRi

Floris
October 25th, 2003, 04:28 PM
Something like
ALTER TABLE vb3_session ADD bypass VARCHAR DEFAULT 0;

But then correctly.. :D