Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
bora-it
Commits
1de8b744
Commit
1de8b744
authored
Jul 25, 2021
by
우지원
Browse files
o
parent
75d06d23
Changes
1
Hide whitespace changes
Inline
Side-by-side
models/room.model.js
View file @
1de8b744
...
...
@@ -21,7 +21,7 @@ const RoomModel = (sequelize) => {
type
:
DataTypes
.
STRING
,
},
channel
:
{
type
:
DataTypes
.
ARRAY
(
DataTypes
.
STRING
),
type
:
DataTypes
.
ARRAY
(
DataTypes
.
JSON
),
},
},
{
timestamps
:
true
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment