-- The ALTER TABLE statement is used to add, delete, or modify columns in an existing table. -- The ALTER TABLE statement is also used to add and drop various constraints on an existing table. -- ...
Changing storage engine; rebuild table; change file_per_table, ALTER COLUMN OF TABLE, Change auto-increment value, Renaming a MySQL table, ALTER table add INDEX, Changing the type of a primary key ...