java-mall/sql/shop/dev/202506021_ddl.sql

2 lines
194 B
SQL

alter table shop_product_base modify `shop_weight` decimal(18,4) default NULL COMMENT '总重量';
alter table shop_product_base modify `unit_price` decimal(18,4) default NULL COMMENT '单价';