You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
225 B
9 lines
225 B
-- 在商品列表(lkt_product_list)中添加初始值(initial)字段,用于存储初始的商品属性
|
|
|
|
|
|
ALTER TABLE `lkt_product_list` ADD `initial` VARCHAR(225) NOT NULL COMMENT '初始值' AFTER `recycle`;
|
|
|
|
|
|
|
|
|
|
|
|
|