MySQL Modify Column

Altering Mysql database tables
How to modify column using MySQL Alter?

Explanation

MySQL Modify column type :
The modify statement is also used to change the column type in a table, as the previous example. The below query will modify the column type.
MySQL Modify Column


Ask Questions

Ask Question