Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WebBack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websystem
WebBack
Commits
23d25c25
Commit
23d25c25
authored
3 months ago
by
세현 임
Browse files
Options
Downloads
Patches
Plain Diff
refactor: deadline default값 설정
parent
bb86aa88
No related branches found
No related tags found
1 merge request
!43
배포코드 master브랜치로
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/meeting.js
+2
-1
2 additions, 1 deletion
models/meeting.js
with
2 additions
and
1 deletion
models/meeting.js
+
2
−
1
View file @
23d25c25
...
...
@@ -24,6 +24,7 @@ const Meeting = sequelize.define('Meeting', {
},
time_idx_deadline
:
{
type
:
DataTypes
.
INTEGER
,
defaultValue
:
671
,
},
type
:
{
type
:
DataTypes
.
ENUM
(
'
OPEN
'
,
'
CLOSE
'
),
...
...
@@ -37,7 +38,7 @@ const Meeting = sequelize.define('Meeting', {
max_num
:
{
type
:
DataTypes
.
INTEGER
,
allowNull
:
false
,
defaultValue
:
1
0
,
// 기본값 설정 (필요에 따라 조정)
defaultValue
:
2
0
,
// 기본값 설정 (필요에 따라 조정)
},
cur_num
:
{
type
:
DataTypes
.
INTEGER
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment