Commit bfbc8bf5 by v_vjyjiang

d

parent e5e4e043
......@@ -55,7 +55,13 @@ module.exports = (db, DataTypes) => {
regiontags: {
type: DataTypes.STRING,
allowNull: true,
}// 区域标签
},// 区域标签
openid: {
DataTypes.STRING,
},
unid: {
DataTypes.STRING,
}
}, {
paranoid: true,//假的删除
underscored: 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