update_241024.sql 143 B

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