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

1 line
111 B
SQL

alter table product_mapping add column product_number varchar(50) not null default 1 comment '商品货架号';