mysql ajouter des champs

ALTER TABLE table
ADD [COLUMN] column_name column_definition [FIRST|AFTER existing_column];
Benja