Commit 095e5dd0 by 任晓松

增加link_url

parent bed41b79
...@@ -24,6 +24,9 @@ module.exports = (db, DataTypes) => { ...@@ -24,6 +24,9 @@ module.exports = (db, DataTypes) => {
recommend_product: { recommend_product: {
type: DataTypes.JSON type: DataTypes.JSON
}, },
link_url: {
type: DataTypes.STRING
},
}, },
{ {
paranoid: true,//假的删除 paranoid: true,//假的删除
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment