执行sql:
ALTER TABLE table_name MODIFY 要修改的字段名字 NULL;
转载于:https://www.cnblogs.com/yuanchaoyong/p/9761759.html