ALTER TABLE goods_shop ADD message_configuration int COMMENT '消息配置 0开始 1关闭'; UPDATE goods_shop SET message_configuration= 0;