Commit ba9594d3 authored by 이재연's avatar 이재연
Browse files

defaultimg

parent 4da3bf22
...@@ -27,7 +27,7 @@ const UserModel = (sequelize) => { ...@@ -27,7 +27,7 @@ const UserModel = (sequelize) => {
}, },
img: { img: {
type: DataTypes.STRING, type: DataTypes.STRING,
// defaultValue: img defaultValue:'defaultimg'
}, },
roomNumber: { roomNumber: {
type: DataTypes.ARRAY(DataTypes.STRING), type: DataTypes.ARRAY(DataTypes.STRING),
......
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