yhm_shops.sql 129 Bytes
ALTER TABLE `yhm_shops`.`goods`ADD COLUMN `area_code` INT(11) DEFAULT '0' NULL   COMMENT '地理位置' AFTER `selling_point`;