Published
- 1 min read
mysql change data type of column
The solution for this is noted below
mysql change data type of column
Solution
ALTER TABLE tablename MODIFY columnname DATATYPE;
Try other methods by searching on the site. That is if this doesn’t work