Schema on a table has changed between versions of an application I use.
I'm planning on migrating the existing table (member table as is, data and schema) and then wish to add the new columns after an existing column (eg password) and am wondering do I have to add each column at a time with multiple sql statements or can I add them all in one sql?
If in one sql, how please!?
Additional columns:
invisible set('1','0') default '0',
pmfolders text NOT NULL,
saveogpm char(3) NOT NULL default '',
emailonpm char(3) NOT NULL default '',
useoldpm char(3) NOT NULL default '',
webcam varchar(75) default NULL,