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

D

parent bfb6e4f6
...@@ -23,7 +23,7 @@ const UserModel = (sequelize) => { ...@@ -23,7 +23,7 @@ const UserModel = (sequelize) => {
type: DataTypes.INTEGER, type: DataTypes.INTEGER,
}, },
phone: { phone: {
type: DataTypes.INTEGER, type: DataTypes.STRING,
}, },
img: { img: {
type: DataTypes.STRING, type: 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