How can we change the data type of a column of a table? | PHP Questions

This will change the data type of a column:
ALTER TABLE table_name CHANGE colm_name same_colm_name [new data type]

0 comments:

Post a Comment

Blogger news