Code has been added to clipboard!

Modifying SQL Tables

Example
ALTER TABLE mytable_name
MODIFY mycolumn_name datatype;