Commit 11c83f3d by 庄冰

pic_url

parent 3494f465
......@@ -14,6 +14,7 @@ module.exports = (db, DataTypes) => {
allowNull: false,
type: DataTypes.STRING
},
pic_size:DataTypes.STRING,
company_id: {
allowNull: false,
type: DataTypes.INTEGER
......
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