Commit 1de8b744 authored by 우지원's avatar 우지원
Browse files

o

parent 75d06d23
......@@ -21,7 +21,7 @@ const RoomModel = (sequelize) => {
type: DataTypes.STRING,
},
channel: {
type: DataTypes.ARRAY(DataTypes.STRING),
type: DataTypes.ARRAY(DataTypes.JSON),
},
},
{ timestamps: 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