mysql create a column on an existing table code example Example: add column in mysq ALTER TABLE Table_name ADD Email varchar(255);