修改前:
    image.png
    修改命令:

    1. ALTER TABLE table5 MODIFY COLUMN id int;
    2. -- 说明 id是被修改的字段,int 是新的数据类型;

    修改后:
    image.png