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
427c6ec6
Commit
427c6ec6
authored
Aug 06, 2021
by
이재연
Browse files
ㅁ
parent
7352203d
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/models/room.model.js
View file @
427c6ec6
...
...
@@ -24,7 +24,7 @@ const RoomModel = (sequelize) => {
},
channel
:
{
type
:
DataTypes
.
ARRAY
(
DataTypes
.
JSON
),
defaultValue
:
[{
"
회의
"
:
[
"
지원
"
,
"
재연
"
]},
{
"
사담
"
:
[
"
지원
"
,
"
재연
"
,
"
서연
"
]}],
defaultValue
:
[{
"
회의
"
:
[]},
{
"
일반
"
:
[]}],
},
},
{
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