修改列的默认值:
alter table t_goods alter column enable set default ‘N‘;
【Mysql】常用DDL语句
原文:https://www.cnblogs.com/njlittlecat/p/9854630.html