Adicione uma nova coluna na tabela
ALTER TABLE table ADD [COLUMN] column_name;
mathiasgodwin
ALTER TABLE table ADD [COLUMN] column_name;