莫名
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- 产品表增加编辑模式字段(固定版面 / 可视化编辑)
|
||||
-- 执行方式:在服务器 MySQL 中运行(已存在则忽略)
|
||||
ALTER TABLE `products`
|
||||
ADD COLUMN `mode` VARCHAR(16) NOT NULL DEFAULT 'fixed'
|
||||
AFTER `layout`;
|
||||
Reference in New Issue
Block a user