Mega Code Archive

 
Categories / MySQL / Table Index
 

Syntax for Adding a Column

ALTER TABLE tblname ADD newcolname coltype coloptions [FIRST | AFTER existingcolumn]