-- 修改学生座号字段类型int 为bigInt --

    alter table student MODIFY no BIGINT;    

 

相关文章: